remove config and options parameters from start function as nobody uses them
[nodemanager.git] / plugins / specialaccounts.py
index 14a9cc9..f3af8bc 100644 (file)
@@ -25,7 +25,7 @@ import tools
 # right after conf_files
 priority = 3
 
-def start(options, conf):
+def start():
     logger.log("specialaccounts: plugin starting up...")
 
 def GetSlivers(data, conf = None, plc = None):