Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def play_preview_deezer(track: str, artist:str) -> None:
|
|
88 |
# Play the track
|
89 |
print("Playing preview: ", first_track['preview'])
|
90 |
play_audio_from_url(first_track['preview'])
|
91 |
-
time.sleep(
|
92 |
else:
|
93 |
print("No tracks found.")
|
94 |
else:
|
|
|
88 |
# Play the track
|
89 |
print("Playing preview: ", first_track['preview'])
|
90 |
play_audio_from_url(first_track['preview'])
|
91 |
+
time.sleep(30)
|
92 |
else:
|
93 |
print("No tracks found.")
|
94 |
else:
|