mirror of
https://github.com/searxng/searxng.git
synced 2025-01-10 18:35:26 +00:00
[fix] print removed
This commit is contained in:
parent
35ddbecd74
commit
24401c0e16
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ def request(query, params):
|
||||||
|
|
||||||
if len(format_strings) > 1:
|
if len(format_strings) > 1:
|
||||||
string_args['language'] = language
|
string_args['language'] = language
|
||||||
print search_url.format(**string_args)
|
|
||||||
|
|
||||||
# write search-language back to params, required in response
|
# write search-language back to params, required in response
|
||||||
params['language'] = language
|
params['language'] = language
|
||||||
|
|
Loading…
Reference in a new issue