Threadingfix

This commit is contained in:
Artem30801
2019-01-19 21:11:14 +03:00
parent 8d3725d4f3
commit 28c1a56cbd
2 changed files with 1 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ def send_animations():
#print(ANS)
def send_starttime(dt=60):
def send_starttime(dt=30):
timenow = time.time()
print('Now:', time.ctime(timenow), "+ dt =", dt)
Client.broadcast(Client.form_command("starttime", (str(timenow+dt), )))