Correct indentation

This commit is contained in:
Ritiek Malhotra
2017-05-23 10:41:27 +05:30
committed by GitHub
parent c2f3d496c4
commit a8b33775e9

View File

@@ -217,10 +217,10 @@ def grabList(file):
print('Failed to download song. Will retry after other songs.')
def graceQuit():
print('')
print('')
print('Exitting..')
exit()
print('')
print('')
print('Exitting..')
exit()
# Python 3 compatibility
if version_info > (3,0):