mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Removed left over comment
This commit is contained in:
parent
ebda6597cc
commit
83def10dc3
@ -16,8 +16,6 @@ def main() -> None:
|
|||||||
)
|
)
|
||||||
|
|
||||||
threading.current_thread().name = "frigate"
|
threading.current_thread().name = "frigate"
|
||||||
# TODO: Rui. Do we need this?
|
|
||||||
# cli.show_server_banner = lambda *x: None
|
|
||||||
|
|
||||||
# Run the main application.
|
# Run the main application.
|
||||||
FrigateApp().start()
|
FrigateApp().start()
|
||||||
|
|||||||
@ -160,7 +160,6 @@ def config_raw():
|
|||||||
raw_config = f.read()
|
raw_config = f.read()
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
# TODO: How to return
|
|
||||||
return raw_config, 200
|
return raw_config, 200
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user