1
0
Fork 0
mirror of https://github.com/Findus23/spotifystats.git synced 2024-09-18 13:33:45 +02:00

fix BASEDIR

This commit is contained in:
Lukas Winkler 2020-12-03 17:51:27 +01:00
parent e7aa878a6e
commit a414ce040c
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -13,7 +13,7 @@ MIN_PLAY_TIME = 60 # seconds
MIN_PLAY_NUM = 3
# path to Spotify export
BASEDIR = Path("/home/lukas/Nextcloud/MyData/")
BASEDIR = Path("./MyData/")
@dataclass