Skip to content

Commit

Permalink
Update commonhole.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaeide authored Jan 30, 2020
1 parent 5d17d47 commit ec65a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spotifyconnector/commonhole.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import os
import random

CLIENT_ID = "c5f368c2a74e413fa09d66cefefbc026"
CLIENT_SECRET = "bff82257c69a472eb8a0dd3b70f68be2"
CLIENT_ID = ""
CLIENT_SECRET = ""
REDIRECT_URI = "http://localhost:5000/callback"

AUTH_CODE = None
Expand Down

0 comments on commit ec65a4e

Please sign in to comment.