Commit 9e1c31df by BellCodeEditor

save project

parent 57444dce
Showing with 2 additions and 2 deletions
...@@ -103,8 +103,8 @@ while True: ...@@ -103,8 +103,8 @@ while True:
play_s="0"+str(play_s) play_s="0"+str(play_s)
info = str(play_m)+":"+str(play_s) info = str(play_m)+":"+str(play_s)
music_m=music_time//60 music_m=music_length//60
music_s=music_time%60 music_s=music_length%60
if _s<10: if _s<10:
music_s="0"+str(music_s) music_s="0"+str(music_s)
info2 = str(music_m)+":"+str(music_s) info2 = str(music_m)+":"+str(music_s)
......
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