Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Dec 17, 2023
1 parent 1c855b8 commit a4d42d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flaresolverr_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def _evil_logic(req: V1RequestBase, driver: WebDriver, method: str) -> Challenge

# navigate to the page
logging.debug(f'Navigating to... {req.url}')
# Workaround for "challenge not detected" caused by the devtools window
driver.get(req.url)
driver.start_session() # required to bypass Cloudflare
if method == 'POST':
Expand Down

0 comments on commit a4d42d7

Please sign in to comment.