encodes both spotify titles and inputs

This commit is contained in:
Ritiek Malhotra
2016-10-11 16:09:00 +05:30
committed by GitHub
parent eaf23f5848
commit aac2020214

View File

@@ -35,7 +35,7 @@ def Main():
os.remove('Music/' + m)
print('')
print('')
raw_song = raw_input('>> Enter a song/cmd: ')
raw_song = raw_input('>> Enter a song/cmd: ').encode(utf-8)
print ''
if raw_song == "exit":
exit()