From e891e0a2b906ce81bdac63f61d68a86807d0fec2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 9 Jan 2022 23:02:24 +1100 Subject: [PATCH] typo fix --- InvenTree/plugin/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugin/events.py b/InvenTree/plugin/events.py index 6589a6f601..1020c5ac4d 100644 --- a/InvenTree/plugin/events.py +++ b/InvenTree/plugin/events.py @@ -31,7 +31,7 @@ def trigger_event(event, *args, **kwargs): logger.debug(f"Event triggered: '{event}'") offload_task( - 'plugin.event.register_event', + 'plugin.events.register_event', event, *args, **kwargs