Skip to content

Commit

Permalink
Fix my stupids [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Oct 12, 2023
1 parent b331cb4 commit 93220c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/includes/recipes_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ def open_novisit(self, *args, **kwargs):
("Referer", "https://www.google.com/"),
("X-Forwarded-For", "66.249.66.1"),
]
else:
br = browser()
br.set_handle_gzip(True)
return br.open_novisit(*args, **kwargs)

Expand Down

0 comments on commit 93220c5

Please sign in to comment.