diff --git a/spotdl.py b/spotdl.py index 7b5aff3..37dd534 100644 --- a/spotdl.py +++ b/spotdl.py @@ -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 = ''