This commit is contained in:
Nick Mowen 2023-07-07 14:09:01 -06:00
parent 7fb3e6963a
commit e1a8af8731

View File

@ -15,10 +15,7 @@ import pytz
import yaml import yaml
from ruamel.yaml import YAML from ruamel.yaml import YAML
from frigate.const import ( from frigate.const import REGEX_HTTP_CAMERA_USER_PASS, REGEX_RTSP_CAMERA_USER_PASS
REGEX_HTTP_CAMERA_USER_PASS,
REGEX_RTSP_CAMERA_USER_PASS,
)
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)