mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 12:15:25 +03:00
Format
This commit is contained in:
parent
2c35c4bf6c
commit
79e3361793
@ -648,8 +648,10 @@ class FrigateApp:
|
|||||||
self.init_logger()
|
self.init_logger()
|
||||||
logger.info(f"Starting Frigate ({VERSION})")
|
logger.info(f"Starting Frigate ({VERSION})")
|
||||||
|
|
||||||
if not os.environ.get('I_PROMISE_I_WONT_MAKE_AN_ISSUE_ON_GITHUB'):
|
if not os.environ.get("I_PROMISE_I_WONT_MAKE_AN_ISSUE_ON_GITHUB"):
|
||||||
print("Frigate 0.14 UNSTABLE - not for public use at this time. Please use Frigate stable")
|
print(
|
||||||
|
"Frigate 0.14 UNSTABLE - not for public use at this time. Please use Frigate stable"
|
||||||
|
)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user