mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
fix: Remove unused exception variable in webbrowser.open call
This commit is contained in:
parent
ad844cce5c
commit
b4f9258f3c
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ def start_openrouter_oauth_flow(io, analytics):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
webbrowser.open(auth_url)
|
webbrowser.open(auth_url)
|
||||||
except Exception as e:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Wait for the callback to set the auth_code or for timeout/error
|
# Wait for the callback to set the auth_code or for timeout/error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue