* give all modules access to the API and to the config class
[nodemanager.git] / conf_files.py
index 94560d6..fc90da2 100644 (file)
@@ -86,7 +86,7 @@ class conf_files:
 
 def start(options, config): pass
 
-def GetSlivers(data):
+def GetSlivers(data, plc = None, config = None):
     logger.log("conf_files: Running.")
     cf = conf_files()
     cf.run_once(data)