Compare commits
No commits in common. "e68e29fa4adae3cebf501c2935299d90e84385b8" and "d8929d30647106771f575d2e3fab60715de7e76e" have entirely different histories.
e68e29fa4a
...
d8929d3064
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# spotifyFetcher
|
||||
loads all data through web api<br>
|
||||
client secret - 4ced4e4575094b749834a60996680c6c
|
||||
client secret - ***REDACTED***
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import threading
|
|||
import time
|
||||
import os.path
|
||||
|
||||
client_id = '3b4db45bb66b45e9a2532989c8034332'
|
||||
client_id = '***REDACTED***'
|
||||
client_secret = None
|
||||
token = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue