Compare commits

..

No commits in common. "589271ae209e7b844f9341860bfae321696aa08c" and "a4524d73842e83bcc925baecb7fd8f14881e08c5" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# spotifyFetcher
loads all data through web api<br>
client secret - 4ced4e4575094b749834a60996680c6c
client secret - ***REDACTED***

View file

@ -8,7 +8,7 @@ import threading
import time
import os.path
client_id = '3b4db45bb66b45e9a2532989c8034332'
client_id = '***REDACTED***'
client_secret = None
token = None