2
0
Fork 0

add timeout even if track not downloaded

This commit is contained in:
Luca Bilke 2023-06-27 17:28:37 +02:00
parent 6acc7bf7b7
commit 022191e59d

View file

@ -177,4 +177,6 @@ for i, album in enumerate(albums):
check, _ = download_track(track)
if check:
time.sleep(3)
else:
time.sleep(0.5)
print("\n")