Improve interface

This commit is contained in:
Ritiek Malhotra
2017-05-03 12:05:38 +05:30
committed by GitHub
parent 0f8a6ea200
commit a55134df5e

View File

@@ -247,9 +247,9 @@ while True:
os.remove('Music/' + temp)
try:
print('Enter a Spotify URL or Song Name: ')
print('')
command = raw_input('>> ')
print('')
grabSingle(raw_song=command, number=None)
print('')
except KeyboardInterrupt:
graceQuit()