From e7a8ff7df75ff1cb9ee0ca2b1e2643f98f0a7fc6 Mon Sep 17 00:00:00 2001 From: Username Date: Sat, 20 Dec 2025 16:46:00 +0100 Subject: [PATCH] scraper: remove debug print --- scraper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scraper.py b/scraper.py index 49b2c8d..36d5dd1 100755 --- a/scraper.py +++ b/scraper.py @@ -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 = ''