mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 19:55:26 +03:00
restore __main__.py
This commit is contained in:
parent
3da86df9f6
commit
7066688bfb
@ -1,9 +1,9 @@
|
||||
import faulthandler # noqa: E402
|
||||
import threading # noqa: E402
|
||||
import faulthandler
|
||||
import threading
|
||||
|
||||
from flask import cli # noqa: E402
|
||||
from flask import cli
|
||||
|
||||
from frigate.app import FrigateApp # noqa: E402
|
||||
from frigate.app import FrigateApp
|
||||
|
||||
faulthandler.enable()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user