diff --git a/spotdl.py b/spotdl.py index a82ee38..6a9270f 100644 --- a/spotdl.py +++ b/spotdl.py @@ -403,7 +403,7 @@ def grabList(file): print('') except KeyboardInterrupt: graceQuit() - except ConnectionError: + except requests.exceptions.ConnectionError: lines.append(raw_song) trimSong(file) with open(file, 'a') as myfile: