Script execution

This commit is contained in:
gac-x04sa
2018-10-16 11:19:49 +02:00
parent aff5b970ca
commit eb4f346774

View File

@@ -2,7 +2,7 @@
class Mythen(DeviceBase):
def __init__(self, name, prefix):
Mythen.__init__(self, name)
.__init__(self, name)
self.prefix = prefix
def set_acquire_time(self, value):