Compare commits
No commits in common. "4fd68572871318585fbf4f9522915da2815b4730" and "cf90ce43fe0e9bc9ef728428da106d75740c2192" have entirely different histories.
4fd6857287
...
cf90ce43fe
2 changed files with 3 additions and 3 deletions
4
Env.py
4
Env.py
|
|
@ -3,5 +3,5 @@ from pathlib import Path
|
|||
local_library_path = Path("/home/auser/Music/")
|
||||
work_dir = Path("./work_dir/new")
|
||||
|
||||
client_id = '***REDACTED***'
|
||||
client_secret = "***REDACTED***"
|
||||
client_id = '3b4db45bb66b45e9a2532989c8034332'
|
||||
client_secret = "ed03dce79ec049e59b1bf20967aba418"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# spotifyFetcher
|
||||
loads all data through web api<br>
|
||||
client secret - ***REDACTED***
|
||||
client secret - 4ced4e4575094b749834a60996680c6c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue