This commit is contained in:
Nicolas Mowen 2024-02-09 16:28:35 -07:00
parent 2c35c4bf6c
commit 79e3361793

View File

@ -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: