mirror of
https://github.com/Findus23/spotifystats.git
synced 2024-09-12 06:43:44 +02:00
fix BASEDIR
This commit is contained in:
parent
e7aa878a6e
commit
a414ce040c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue