mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Fix formatting of Python files
This commit is contained in:
parent
517d8cb57f
commit
b0bfd35447
@ -9,6 +9,7 @@ from frigate.const import (
|
|||||||
INCLUDED_FFMPEG_VERSIONS,
|
INCLUDED_FFMPEG_VERSIONS,
|
||||||
)
|
)
|
||||||
from frigate.util.config import find_config_file
|
from frigate.util.config import find_config_file
|
||||||
|
|
||||||
sys.path.remove("/opt/frigate")
|
sys.path.remove("/opt/frigate")
|
||||||
|
|
||||||
yaml = YAML()
|
yaml = YAML()
|
||||||
|
|||||||
@ -16,6 +16,7 @@ from frigate.const import (
|
|||||||
)
|
)
|
||||||
from frigate.ffmpeg_presets import parse_preset_hardware_acceleration_encode
|
from frigate.ffmpeg_presets import parse_preset_hardware_acceleration_encode
|
||||||
from frigate.util.config import find_config_file
|
from frigate.util.config import find_config_file
|
||||||
|
|
||||||
sys.path.remove("/opt/frigate")
|
sys.path.remove("/opt/frigate")
|
||||||
|
|
||||||
yaml = YAML()
|
yaml = YAML()
|
||||||
|
|||||||
@ -7,6 +7,7 @@ from ruamel.yaml import YAML
|
|||||||
|
|
||||||
sys.path.insert(0, "/opt/frigate")
|
sys.path.insert(0, "/opt/frigate")
|
||||||
from frigate.util.config import find_config_file
|
from frigate.util.config import find_config_file
|
||||||
|
|
||||||
sys.path.remove("/opt/frigate")
|
sys.path.remove("/opt/frigate")
|
||||||
|
|
||||||
yaml = YAML()
|
yaml = YAML()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user