refactor initial not fully recovered
This commit is contained in:
parent
892568d668
commit
a620e7a4f5
16 changed files with 925 additions and 267 deletions
7
Env.py
Normal file
7
Env.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from pathlib import Path
|
||||
|
||||
local_library_path = Path("/home/auser/Music/")
|
||||
work_dir = Path("./work_dir/new")
|
||||
|
||||
client_id = '***REDACTED***'
|
||||
client_secret = "***REDACTED***"
|
||||
Loading…
Add table
Add a link
Reference in a new issue