Add "No Results" result on no results &cleanup (NOTE: STILL REQUIRES ERROR HANDLING & OVERALL IMPROVEMENT)

This commit is contained in:
Vxrtrauter
2025-09-16 23:10:11 +02:00
parent 9fbaca0b2b
commit 4ee1f366aa
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -40,8 +40,6 @@ def scrape_uztracker(search, debug):
for link in links:
if link.b:
resultCount += 1
# print(f"Result found: ({resultCount}) {link.b.text} | {link['href']}")
results.append(link['href'])
resulttitles.append(link.b.text)
result = True