* give all modules access to the API and to the config class
[nodemanager.git] / nm.py
diff --git a/nm.py b/nm.py
index 2c05d20..1dd1b67 100755 (executable)
--- a/nm.py
+++ b/nm.py
@@ -70,7 +70,7 @@ def GetSlivers(plc, config):
     for module in modules:
         try:        
             callback = getattr(module, 'GetSlivers')
-            callback(data)
+            callback(data, plc, config)
         except: logger.log_exc()