Skip to content

Commit

Permalink
Update local_browser_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKorzh committed Aug 12, 2024
1 parent 0aaee42 commit cc97fec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scrapypuppeteer/browser_managers/local_browser_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,5 +280,4 @@ def recaptcha_solver(self, request: PuppeteerRequest):
raise ValueError("RecaptchaSolver is not available in local mode")

def har(self, request: PuppeteerRequest):
raise ValueError("Har is not available in local mode")

raise ValueError("Har is not available in local mode")

0 comments on commit cc97fec

Please sign in to comment.