Commit 56a5798e by BellCodeEditor

auto save

parent d3e8f741
Showing with 1 additions and 1 deletions
...@@ -31,7 +31,7 @@ while True: ...@@ -31,7 +31,7 @@ while True:
play_time=pygame.mixer.music.get_pos() play_time=pygame.mixer.music.get_pos()
time_mis=play_time//60000 time_mis=play_time//60000
time_s=play_time%60 time_s=play_time%1000
time=str(time_mis) + ':' + str(time_s) time=str(time_mis) + ':' + str(time_s)
print(time) print(time)
for event in pygame.event.get(): for event in pygame.event.get():
......
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 sign in to comment