mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 00:39:32 +00:00
Threadingfix
This commit is contained in:
@@ -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), )))
|
||||
|
||||
Reference in New Issue
Block a user