diff --git a/recipes/includes/recipes_shared.py b/recipes/includes/recipes_shared.py index 38b892de..1efd14a6 100644 --- a/recipes/includes/recipes_shared.py +++ b/recipes/includes/recipes_shared.py @@ -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)