Remove unnecessary comment

This commit is contained in:
ilike2burnthing 2023-12-17 00:33:06 +00:00 committed by GitHub
parent 1c855b8af0
commit a4d42d7834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -294,7 +294,6 @@ def _evil_logic(req: V1RequestBase, driver: WebDriver, method: str) -> Challenge
# navigate to the page # navigate to the page
logging.debug(f'Navigating to... {req.url}') logging.debug(f'Navigating to... {req.url}')
# Workaround for "challenge not detected" caused by the devtools window
driver.get(req.url) driver.get(req.url)
driver.start_session() # required to bypass Cloudflare driver.start_session() # required to bypass Cloudflare
if method == 'POST': if method == 'POST':