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: