remove config and options parameters from start function as nobody uses them
[nodemanager.git] / plugins / drl.py
index e66a575..0e33833 100644 (file)
@@ -18,7 +18,7 @@ drl = """<?xml version="1.0" encoding="UTF-8"?>
     </machine>
 </drl>"""
 
-def start(options, conf):
+def start():
     logger.log('drl plugin starting up...')