fix merge conflicts

This commit is contained in:
Josh Hawkins 2024-09-24 07:52:16 -05:00
parent 00137c64ee
commit 26c5620853

View File

@ -661,6 +661,7 @@ class FrigateApp:
self.onvif_controller,
self.external_event_processor,
self.stats_emitter,
self.event_metadata_updater,
).run(host="127.0.0.1", port=5001, debug=False, threaded=True)
finally:
self.stop()