mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
improved user input
This commit is contained in:
@@ -30,7 +30,7 @@ def Main():
|
||||
try:
|
||||
print('')
|
||||
print('')
|
||||
raw_song = raw_input('Enter a song/cmd: ')
|
||||
raw_song = raw_input('>> Enter a song/cmd: ')
|
||||
print ''
|
||||
if raw_song == "exit":
|
||||
exit()
|
||||
|
||||
Reference in New Issue
Block a user