From 76181e619fec6f376e024d61c6a26bb90b798a99 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Wed, 23 Nov 2022 08:54:07 +0100 Subject: [PATCH] edited the Music path to make it compatibal with windows --- src/music_kraken/utils/shared.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/music_kraken/utils/shared.py b/src/music_kraken/utils/shared.py index 60ea2a7..2db3ae6 100644 --- a/src/music_kraken/utils/shared.py +++ b/src/music_kraken/utils/shared.py @@ -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 = {