This commit is contained in:
2024-07-18 13:48:44 +02:00
parent e3701c44ae
commit 315c1302cb
2 changed files with 11 additions and 11 deletions

View File

@@ -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")