fix: Remove unused exception variable in webbrowser.open call

This commit is contained in:
Paul Gauthier (aider) 2025-03-28 18:29:26 -10:00
parent ad844cce5c
commit b4f9258f3c

View file

@ -322,7 +322,7 @@ def start_openrouter_oauth_flow(io, analytics):
try:
webbrowser.open(auth_url)
except Exception as e:
except Exception:
pass
# Wait for the callback to set the auth_code or for timeout/error