mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-05 17:51:36 +02:00
chore: format
This commit is contained in:
parent
b49da13e88
commit
c1bd8cbdec
@ -1,10 +1,9 @@
|
|||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import socket
|
|
||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Callable, List, Optional, Tuple
|
from typing import Callable, List, Tuple
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
@ -26,8 +25,6 @@ MIRROR_MAPPING = {
|
|||||||
FORCE_OFFICIAL_SOURCE = False
|
FORCE_OFFICIAL_SOURCE = False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def set_force_official_source(force: bool = True) -> None:
|
def set_force_official_source(force: bool = True) -> None:
|
||||||
"""
|
"""
|
||||||
Set the global flag to force using only official sources.
|
Set the global flag to force using only official sources.
|
||||||
|
Loading…
Reference in New Issue
Block a user