mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-12-06 09:38:49 +01:00
Remove unnecessary comment
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user