mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
ensure error message with missing config is printed
This commit is contained in:
parent
52da1fddc7
commit
cb4a0aa594
@ -202,7 +202,7 @@ class FrigateApp():
|
||||
try:
|
||||
self.init_config()
|
||||
except Exception as e:
|
||||
logger.error(f"Error parsing config: {e}")
|
||||
print(f"Error parsing config: {e}")
|
||||
self.log_process.terminate()
|
||||
sys.exit(1)
|
||||
self.set_environment_vars()
|
||||
|
Loading…
Reference in New Issue
Block a user