From 9cf9d91e8667010e360caf9b9a4c374fcd9904fd Mon Sep 17 00:00:00 2001 From: 吳俊翰 Date: Mon, 8 May 2023 17:33:44 +0800 Subject: Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3-70-g09d2