mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Correct indentation
This commit is contained in:
@@ -217,10 +217,10 @@ def grabList(file):
|
|||||||
print('Failed to download song. Will retry after other songs.')
|
print('Failed to download song. Will retry after other songs.')
|
||||||
|
|
||||||
def graceQuit():
|
def graceQuit():
|
||||||
print('')
|
print('')
|
||||||
print('')
|
print('')
|
||||||
print('Exitting..')
|
print('Exitting..')
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
# Python 3 compatibility
|
# Python 3 compatibility
|
||||||
if version_info > (3,0):
|
if version_info > (3,0):
|
||||||
|
|||||||
Reference in New Issue
Block a user