mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2026-01-19 21:10:58 +00:00
Removed some debug messages
This commit is contained in:
@@ -63,8 +63,8 @@ def get_song_duration(song_id: str) -> float:
|
||||
duration = float(ms_duration)/1000
|
||||
|
||||
# debug
|
||||
print(duration)
|
||||
print(type(duration))
|
||||
# print(duration)
|
||||
# print(type(duration))
|
||||
|
||||
return duration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user