Script execution

This commit is contained in:
gac-x04sa
2018-10-30 10:54:14 +01:00
parent 1b38cf1251
commit 61b04cf420

View File

@@ -161,7 +161,7 @@ class Pixel(DeviceBase, Readable, Readable.IntegerType):
sms_flag = 0
while (True):
stat = self.get_status()
if is_status_ready(stat):
if self.is_status_ready(stat):
break
cnt = cnt + 1
if cnt > 1000 :