diff --git a/spotdl.py b/spotdl.py index 461d32d..84fdba4 100644 --- a/spotdl.py +++ b/spotdl.py @@ -402,7 +402,7 @@ def grabList(file): print('') except KeyboardInterrupt: graceQuit() - except BaseException: + except ConnectionError: lines.append(raw_song) trimSong(file) with open(file, 'a') as myfile: