mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-26 19:06:11 +01:00
remove redundant error output
This commit is contained in:
parent
363594a9a2
commit
961997e078
@ -194,7 +194,6 @@ class FrigateApp():
|
|||||||
self.init_mqtt()
|
self.init_mqtt()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
logger.error(e)
|
|
||||||
self.log_process.terminate()
|
self.log_process.terminate()
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
self.start_detectors()
|
self.start_detectors()
|
||||||
|
Loading…
Reference in New Issue
Block a user