From d37afdf0778bd194733d08a06a778d84fed5ab7f Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Tue, 26 Oct 2021 07:39:00 -0400 Subject: [PATCH] Remove dangling WHOOGLE environment variable --- app/filter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/filter.py b/app/filter.py index fd5ecf8..fd3bd34 100644 --- a/app/filter.py +++ b/app/filter.py @@ -187,7 +187,6 @@ class Filter: # Loop through results and check for the number of child divs in each for result in self.main_divs: result_children = pull_child_divs(result) - WHOOGL if str(os.getenv('WHOOGLE_MINIMAL',0))=="1": if len(result_children) in (1,3): continue