Commit b1a057d2 authored by 张彦钊's avatar 张彦钊

change time sleep argument

parent c27e5469
......@@ -94,7 +94,7 @@ if __name__ == "__main__":
start = time.time()
empty,device_id_list = get_active_users()
if empty:
time.sleep(60)
time.sleep(10)
else:
for device_id in device_id_list:
router(device_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment