scraper: remove debug print

This commit is contained in:
Username
2025-12-20 16:46:00 +01:00
parent 67eb5413e4
commit e7a8ff7df7

View File

@@ -14,7 +14,6 @@ config = Config()
with open('searx.instances') as h:
searx_instances = [ line.strip() for line in h.readlines() if line.lower().startswith('http') ]
print(searx_instances)
def proxyfind(sqlite = None, urignore=None):
search = ''