Commit 300353f0 by BellCodeEditor

save project

parent 79d822bb
Showing with 1 additions and 1 deletions
...@@ -103,7 +103,7 @@ while True: ...@@ -103,7 +103,7 @@ while True:
play_m=play_time//60 #秒 play_m=play_time//60 #秒
play_s=play_time%60 #分 play_s=play_time%60 #分
if play_s<10: if play_s<10:
play_s="0"+str(play_m) play_s="0"+str(play_s)
info=str(play_m)+":"+str(play_s) info=str(play_m)+":"+str(play_s)
music_m=music_length//60 #秒 music_m=music_length//60 #秒
......
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