From 3ae5094af0a4270b30c43aa5edfc6d78b9fa1c1e Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sat, 17 Sep 2016 23:27:20 +0530 Subject: [PATCH] fixed Music directory bug --- bin/spotdl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/spotdl b/bin/spotdl index b81b188..a8865e9 100644 --- a/bin/spotdl +++ b/bin/spotdl @@ -4,7 +4,6 @@ import mechanize from bs4 import BeautifulSoup import pafy import os -import requests from os.path import expanduser import spotipy #import spotipy.util as util @@ -16,7 +15,7 @@ spotify = spotipy.Spotify() if not os.path.exists("Music"): os.makedirs("Music") -script_dir = expanduser("~") + '/spotdl' +script_dir = expanduser("~") + '/Spotify-Downloader' os.chdir(script_dir) for m in os.listdir('Music/'):