mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
Update play_animation.py
This commit is contained in:
@@ -58,7 +58,7 @@ def read_animation_file():
|
||||
|
||||
if __name__ == '__main__':
|
||||
read_animation_file()
|
||||
dtime=time_synch()
|
||||
dtime=time_synch()-time.time()
|
||||
while True:
|
||||
if t_st==dtime+time.time:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user