Liphos commited on
Commit
d77c1f2
·
verified ·
1 Parent(s): 4cd12b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(2)
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: