mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
fix merge conflicts
This commit is contained in:
parent
00137c64ee
commit
26c5620853
@ -661,6 +661,7 @@ class FrigateApp:
|
|||||||
self.onvif_controller,
|
self.onvif_controller,
|
||||||
self.external_event_processor,
|
self.external_event_processor,
|
||||||
self.stats_emitter,
|
self.stats_emitter,
|
||||||
|
self.event_metadata_updater,
|
||||||
).run(host="127.0.0.1", port=5001, debug=False, threaded=True)
|
).run(host="127.0.0.1", port=5001, debug=False, threaded=True)
|
||||||
finally:
|
finally:
|
||||||
self.stop()
|
self.stop()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user