Script execution

This commit is contained in:
gac-x04sa
2018-10-30 15:25:48 +01:00
parent 1c38d455ae
commit 38201524f9
+1 -1
View File
@@ -46,7 +46,7 @@ class Image(DeviceBase, Readable):
def read(self):
pixel.get_image_filename()
return self.get_int()
add_device( Image("image", pixel), True)