This commit is contained in:
Ritiek Malhotra
2017-06-20 21:51:46 +05:30
committed by GitHub
parent 120d88a751
commit 75f05e8cb0

View File

@@ -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: