scraper: remove debug print
This commit is contained in:
@@ -14,7 +14,6 @@ config = Config()
|
|||||||
|
|
||||||
with open('searx.instances') as h:
|
with open('searx.instances') as h:
|
||||||
searx_instances = [ line.strip() for line in h.readlines() if line.lower().startswith('http') ]
|
searx_instances = [ line.strip() for line in h.readlines() if line.lower().startswith('http') ]
|
||||||
print(searx_instances)
|
|
||||||
|
|
||||||
def proxyfind(sqlite = None, urignore=None):
|
def proxyfind(sqlite = None, urignore=None):
|
||||||
search = ''
|
search = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user