add timeout even if track not downloaded
This commit is contained in:
parent
6acc7bf7b7
commit
022191e59d
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue