diff --git a/src/octoprint/events.py b/src/octoprint/events.py index 6c64d69e..3bfd6d9f 100644 --- a/src/octoprint/events.py +++ b/src/octoprint/events.py @@ -163,7 +163,8 @@ class EventManager(object): octoprint.plugin.call_plugin(octoprint.plugin.types.EventHandlerPlugin, "on_event", - args=(event, payload)) + args=(event, payload), + initialized=True) self._logger.info("Event loop shut down") except: self._logger.exception("Ooops, the event bus worker loop crashed")