From 61b04cf420d31dfacdbd130d5e7bda54625331d1 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 30 Oct 2018 10:54:14 +0100 Subject: [PATCH] Script execution --- script/device/Pixel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/device/Pixel.py b/script/device/Pixel.py index 35d252f..abf804c 100644 --- a/script/device/Pixel.py +++ b/script/device/Pixel.py @@ -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 :