mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 09:49:21 +02:00
[mod] len() removed from conditions
This commit is contained in:
parent
239299d45e
commit
c1d7d30b8e
8 changed files with 19 additions and 17 deletions
|
@ -39,7 +39,7 @@ def parse(query):
|
|||
|
||||
def do_query(data, q):
|
||||
ret = []
|
||||
if not len(q):
|
||||
if not q:
|
||||
return ret
|
||||
|
||||
qkey = q[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue