Compare commits
No commits in common. "7df0c0a0ff9418f74dfca187d82edad24c35477a" and "6ee939e8d7775beb8810c4f28e64e6c9bd4ee15f" have entirely different histories.
7df0c0a0ff
...
6ee939e8d7
5 changed files with 2744 additions and 2744 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# spotifyFetcher
|
||||
loads all data through web api<br>
|
||||
client secret - ***REDACTED***
|
||||
client secret - 4ced4e4575094b749834a60996680c6c
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -8,7 +8,7 @@ import threading
|
|||
import time
|
||||
import os.path
|
||||
|
||||
client_id = '***REDACTED***'
|
||||
client_id = '3b4db45bb66b45e9a2532989c8034332'
|
||||
client_secret = None
|
||||
token = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue