Change input prompt

This commit is contained in:
Ritiek Malhotra
2017-05-03 11:55:31 +05:30
committed by GitHub
parent c42d470438
commit 0f8a6ea200

View File

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