mirror of
https://github.com/searxng/searxng
synced 2024-11-07 03:20:28 +00:00
Fix pep8 E302
Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines
This commit is contained in:
parent
f2d1a530fb
commit
f26f0dab2e
@ -27,6 +27,7 @@ search_url = '/?do=search'\
|
|||||||
# TODO '&startRecord={offset}'\
|
# TODO '&startRecord={offset}'\
|
||||||
# TODO '&maximumRecords={limit}'\
|
# TODO '&maximumRecords={limit}'\
|
||||||
|
|
||||||
|
|
||||||
# do search-request
|
# do search-request
|
||||||
def request(query, params):
|
def request(query, params):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user