Script execution

This commit is contained in:
gac-x04sa
2018-11-06 11:34:12 +01:00
parent 9eca958e7b
commit 0264b7ec72
+1 -1
View File
@@ -124,7 +124,7 @@ class Image(DeviceBase, Readable):
#self.current_reading = None
return ret
finally:
self.lock.release
self.image_lock.release()
def read(self):
return self.get_int()