mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 16:29:17 +02:00
[fix] pep8
This commit is contained in:
parent
e74bdf8429
commit
ed1c1bdb04
3 changed files with 2 additions and 3 deletions
|
@ -37,7 +37,7 @@ def on_result(request, search, result):
|
|||
parsed_query = parse_qsl(query)
|
||||
|
||||
changed = False
|
||||
for i,(param_name,_) in enumerate(list(parsed_query)):
|
||||
for i, (param_name, _) in enumerate(list(parsed_query)):
|
||||
for reg in regexes:
|
||||
if reg.match(param_name):
|
||||
parsed_query.pop(i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue