We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bff8d commit 31a1bd8Copy full SHA for 31a1bd8
src/arguments/utility.py
@@ -9,7 +9,6 @@
9
10
# Required for OAuth
11
import json
12
-import webbrowser
13
from oauthlib.oauth2 import MobileApplicationClient
14
from requests_oauthlib import OAuth2Session
15
@@ -144,7 +143,7 @@ def setCustomKey(self):
144
143
145
# Close the windows as soon as authorization is done
146
try:
147
- element = WebDriverWait(driver, 1).until(
+ WebDriverWait(driver, 1).until(
148
EC.presence_of_element_located((By.TAG_NAME, "h2"))
149
)
150
callback_url = driver.current_url
0 commit comments