Commit 188e90c2 by BellCodeEditor

save project

parent ef36dbac
Showing with 1 additions and 1 deletions
...@@ -95,7 +95,7 @@ while True: ...@@ -95,7 +95,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=10 play_s="0"+str(play_s)
info = str(play_m) + ":" + str(play_s) info = str(play_m) + ":" + str(play_s)
music_m=music_long//60 music_m=music_long//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