From 79e336179370111c93f672b694a0b8083dd4d5ba Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 9 Feb 2024 16:28:35 -0700 Subject: [PATCH] Format --- frigate/app.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frigate/app.py b/frigate/app.py index a2c0d5a5e..f288f3a2d 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -648,8 +648,10 @@ class FrigateApp: self.init_logger() logger.info(f"Starting Frigate ({VERSION})") - 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") + 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" + ) sys.exit(1) try: