Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion leetcode_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def login(self):
options.add_argument('--disable-gpu')
executable_path = CONFIG.get('driverpath')
driver = webdriver.Chrome(
chrome_options=options, executable_path=executable_path
options=options, executable_path=executable_path
)
driver.get(LOGIN_URL)

Expand Down