Commit 62ca40f2 by BellCodeEditor

save project

parent 9e1c31df
Showing with 1 additions and 1 deletions
...@@ -105,7 +105,7 @@ while True: ...@@ -105,7 +105,7 @@ while True:
music_m=music_length//60 music_m=music_length//60
music_s=music_length%60 music_s=music_length%60
if _s<10: if music_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