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