edited the Music path to make it compatibal with windows

This commit is contained in:
Lars Noack 2022-11-23 08:54:07 +01:00
parent 7c7f05f873
commit 76181e619f

View File

@ -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 = {