diff --git a/src/web/utils.py b/src/web/utils.py index 5b63a8333..7989d8497 100644 --- a/src/web/utils.py +++ b/src/web/utils.py @@ -101,7 +101,7 @@ _dp = DateHandler.parser.parse def register_plugins(): dbstate = DbState.DbState() climanager = CLIManager(dbstate, False) # don't load db - climanager.do_reg_plugins() + climanager.do_reg_plugins(dbstate, None) pmgr = BasePluginManager.get_instance() return pmgr