fix accidental auth leak

This commit is contained in:
Xevion
2019-10-27 19:29:32 -05:00
parent d019d2c8c2
commit 19a4afb909

12
auth.py
View File

@@ -1,7 +1,5 @@
username = "xevioni" username = ""
client_id = "20cc828edc7140d88e1c8b0c08ed1672" client_id = ""
client_secret = "519fb97148a14952859ca3454b886cf9" client_secret = ""
redirect_uri = "http://localhost:8888/callback" redirect_uri = ""
scope = ' '.join([ scope = ' '.join([])
'user-library-read'
])