Changed sleep time from 15 seconds to 10 seconds

This commit is contained in:
Patrick McDonagh
2016-03-02 18:46:03 -06:00
parent dcfc429e43
commit bd76fed656

View File

@@ -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: