From 1da1eae80bf1de3d3593d14dc9bc1605c5fd0ced Mon Sep 17 00:00:00 2001 From: evopls <63051451+evopls@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:30:22 +0200 Subject: [PATCH] Update main.py Changed `redirect_uri` to work with new Spotify guidelines - readme still needs to be updated to reflect the changes. --- aw_watcher_spotify/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aw_watcher_spotify/main.py b/aw_watcher_spotify/main.py index bb4c209..eaca429 100644 --- a/aw_watcher_spotify/main.py +++ b/aw_watcher_spotify/main.py @@ -67,7 +67,7 @@ def auth(username, client_id=None, client_secret=None): scope=scope, client_id=client_id, client_secret=client_secret, - redirect_uri="http://localhost:8088", + redirect_uri="http://127.0.0.1:8088", ) if token: