Use print

This commit is contained in:
Nicolas Mowen 2024-02-09 14:31:37 -07:00
parent 6c0f2c7e44
commit cb971f53c1

View File

@ -649,7 +649,7 @@ class FrigateApp:
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'):
logger.error("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: