mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[mod] unused imports and whitespaces purged
This commit is contained in:
parent
27cae54197
commit
d13c5aa37b
@ -1,6 +1,4 @@
|
||||
from json import loads
|
||||
from urllib import urlencode
|
||||
from searx.utils import html_to_text
|
||||
from HTMLParser import HTMLParser
|
||||
|
||||
url = 'http://www.filecrop.com/'
|
||||
|
@ -1,5 +1,5 @@
|
||||
from json import loads
|
||||
from urllib import urlencode, quote
|
||||
from urllib import urlencode
|
||||
|
||||
url = 'http://localhost:8090'
|
||||
search_url = '/yacysearch.json?{query}&maximumRecords=10'
|
||||
|
Loading…
Reference in New Issue
Block a user