removed a useless function

This commit is contained in:
Ritiek Malhotra
2016-11-30 22:18:12 +05:30
committed by GitHub
parent 91e200cc60
commit 44528217e0

View File

@@ -25,13 +25,6 @@ spotify = spotipy.Spotify()
print ''
def windowfy(x):
if not os.name == 'nt':
return x
else:
return x.replace('/', '\\')
def Main():
Title = ''
song = ''