fixed : findiecchannel call
authorgreg
Wed, 10 Sep 2008 17:11:04 +0200
changeset 253 b1a9d37bb84c
parent 252 5c8167203f6e
child 254 2c5909789f0b
fixed : findiecchannel call
plugger.py
--- a/plugger.py	Wed Sep 10 16:44:27 2008 +0200
+++ b/plugger.py	Wed Sep 10 17:11:04 2008 +0200
@@ -505,7 +505,7 @@
                     # If plugin do not have corresponding file/dirs - they will be created on Save
                     os.mkdir(_self.PlugPath())
                     # Find an IEC number
-                    _self.FindNewIEC_Channel(0, None)
+                    _self.FindNewIEC_Channel(0)
                     # Call the plugin real __init__
                     if getattr(PlugClass, "__init__", None):
                         PlugClass.__init__(_self)