Script execution

This commit is contained in:
2016-08-09 14:34:21 +02:00
parent 55c67f5c8e
commit 0bd10280a9
+1 -1
View File
@@ -7,7 +7,7 @@ class PicoAmp(DeviceBase):
DeviceBase.__init__(self, name)
self.prefix = prefix
def do_something():
def do_something(self):
print "OK"