sdf
This commit is contained in:
@@ -79,9 +79,9 @@ def finder(results,item,**modes):
|
||||
else:
|
||||
result = entry.findAll(item.tag,class_=item.tag_content)
|
||||
log("found count results:",len(result))
|
||||
if len(result) == 0 and DEBUG == True:
|
||||
if not result and DEBUG == True:
|
||||
for x in results:
|
||||
log(x)
|
||||
log("No entry found for: ",item.name,item.tag,item.tag_content," -->", x)
|
||||
input()
|
||||
if result:
|
||||
log("theres a result")
|
||||
|
||||
Reference in New Issue
Block a user