Changed sleep time from 15 seconds to 10 seconds
This commit is contained in:
@@ -103,7 +103,7 @@ class start(threading.Thread, deviceBase):
|
||||
if not OK_state == last_OK_state:
|
||||
self.sendtodbJSON("driver_ok", OK_state, 0)
|
||||
last_OK_state = OK_state
|
||||
time.sleep(15)
|
||||
time.sleep(10)
|
||||
except Exception, e:
|
||||
OK_state = 0
|
||||
if not OK_state == last_OK_state:
|
||||
|
||||
Reference in New Issue
Block a user