actually call the register method on plugins

This commit is contained in:
Wing Lian
2025-07-30 08:05:25 -04:00
parent 22810c97b7
commit 5b8370969c

View File

@@ -159,6 +159,9 @@ def plugin_set_cfg(cfg: DictDefault):
if cfg.get("plugins"):
plugin_manager = PluginManager.get_instance()
plugin_manager.cfg = cfg
# now that we have the finalized cfg, register the plugins individually
for plugin in plugin_manager.plugins.values():
plugin.register(cfg)
def load_cfg(