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