aboutsummaryrefslogtreecommitdiffstats
path: root/aggro.py
diff options
context:
space:
mode:
Diffstat (limited to 'aggro.py')
-rw-r--r--aggro.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/aggro.py b/aggro.py
index 6d42687..b57058b 100644
--- a/aggro.py
+++ b/aggro.py
@@ -79,6 +79,8 @@ if __name__ == "__main__":
memory_state.running = True
+ manager.initial_run_scheduled_plugins()
+
plugin_thread = Thread(target=run_plugin_thread, args=[manager, aggro_config])
plugin_thread.start()