forked from Github/frigate
formatting cleanup
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import faulthandler; faulthandler.enable()
|
||||
import faulthandler
|
||||
|
||||
faulthandler.enable()
|
||||
import sys
|
||||
import threading
|
||||
|
||||
@@ -6,10 +8,10 @@ threading.current_thread().name = "frigate"
|
||||
|
||||
from frigate.app import FrigateApp
|
||||
|
||||
cli = sys.modules['flask.cli']
|
||||
cli = sys.modules["flask.cli"]
|
||||
cli.show_server_banner = lambda *x: None
|
||||
|
||||
if __name__ == '__main__':
|
||||
if __name__ == "__main__":
|
||||
frigate_app = FrigateApp()
|
||||
|
||||
frigate_app.start()
|
||||
|
||||
Reference in New Issue
Block a user