diff --git a/api/__init__.py b/api/__init__.py index c64c5c97..b45a9825 100644 --- a/api/__init__.py +++ b/api/__init__.py @@ -150,7 +150,7 @@ class ModelProcess: module = importlib.util.module_from_spec(module_spec) module_spec.loader.exec_module(module) if hasattr(module, "Install"): - module.Install(self) + module.Install(self.config) # define the full absolute path to the module absolute_path = binding_path.resolve()