From a8b33775e927dc818806f5ce3892f39d0fdf3965 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Tue, 23 May 2017 10:41:27 +0530 Subject: [PATCH] Correct indentation --- spotdl.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spotdl.py b/spotdl.py index af57d37..72a0c33 100644 --- a/spotdl.py +++ b/spotdl.py @@ -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):