Remove dangling WHOOGLE environment variable

This commit is contained in:
DUO Labs 2021-10-26 07:39:00 -04:00 committed by GitHub
parent 6e361c5751
commit d37afdf077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,6 @@ class Filter:
# Loop through results and check for the number of child divs in each # Loop through results and check for the number of child divs in each
for result in self.main_divs: for result in self.main_divs:
result_children = pull_child_divs(result) result_children = pull_child_divs(result)
WHOOGL
if str(os.getenv('WHOOGLE_MINIMAL',0))=="1": if str(os.getenv('WHOOGLE_MINIMAL',0))=="1":
if len(result_children) in (1,3): if len(result_children) in (1,3):
continue continue