Remove dangling WHOOGLE environment variable
This commit is contained in:
parent
6e361c5751
commit
d37afdf077
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user