aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 254b431..1b40bb5 100644
--- a/main.py
+++ b/main.py
@@ -117,6 +117,7 @@ def download_song(session, directory, name, url, song_counter, lock,file_format)
downloaded = 0
retry_count = 0
while downloaded < total:
+ time.sleep(3)
try:
with open(filename, 'ab') as f, tqdm(
desc=name,