From 93220c54aab626222c3f68e7b529e5552f701169 Mon Sep 17 00:00:00 2001 From: ping Date: Thu, 12 Oct 2023 19:47:05 +0800 Subject: [PATCH] Fix my stupids [skip ci] --- recipes/includes/recipes_shared.py | 2 -- 1 file changed, 2 deletions(-) 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)