mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
restore __main__.py
This commit is contained in:
parent
3da86df9f6
commit
7066688bfb
@ -1,9 +1,9 @@
|
|||||||
import faulthandler # noqa: E402
|
import faulthandler
|
||||||
import threading # noqa: E402
|
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()
|
faulthandler.enable()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user