Update play_animation.py

This commit is contained in:
Alexandr
2018-11-25 15:52:35 +03:00
committed by GitHub
parent ab579400ed
commit 3b75b040f3

View File

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