Skip to content

Commit 148f10b

Browse files
authored
fix: change redirect_uri to work with new spotify guidelines (#32)
Changed `redirect_uri` to work with new Spotify guidelines - readme still needs to be updated to reflect the changes.
1 parent fe53cf6 commit 148f10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aw_watcher_spotify/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def auth(username, client_id=None, client_secret=None):
6767
scope=scope,
6868
client_id=client_id,
6969
client_secret=client_secret,
70-
redirect_uri="http://localhost:8088",
70+
redirect_uri="http://127.0.0.1:8088",
7171
)
7272

7373
if token:

0 commit comments

Comments
 (0)