edited the Music path to make it compatibal with windows
This commit is contained in:
parent
7c7f05f873
commit
76181e619f
@ -37,8 +37,7 @@ LYRICS_LOGGER = logging.getLogger("lyrics")
|
||||
GENIUS_LOGGER = logging.getLogger("genius")
|
||||
|
||||
NOT_A_GENRE = ".", "..", "misc_scripts", "Music", "script", ".git", ".idea"
|
||||
MUSIC_DIR = os.path.expanduser('~/Music')
|
||||
|
||||
MUSIC_DIR = os.path.join(os.path.expanduser("~"), "Music")
|
||||
|
||||
TOR = False
|
||||
proxies = {
|
||||
|
Loading…
Reference in New Issue
Block a user