mirror of
https://github.com/searxng/searxng.git
synced 2025-02-17 02:40:03 +00:00
Merge pull request #619 from stepshal/comment
utils/fetch_currencies: fix comment
This commit is contained in:
commit
1ddd33a1a1
@ -142,7 +142,7 @@ def wd_query(query, offset=0):
|
|||||||
qlist.append(r.get('title', ''))
|
qlist.append(r.get('title', ''))
|
||||||
fetch_data_batch(qlist)
|
fetch_data_batch(qlist)
|
||||||
|
|
||||||
## fetch ##
|
# fetch #
|
||||||
for q in wmflabs_queries:
|
for q in wmflabs_queries:
|
||||||
wdq_query(q)
|
wdq_query(q)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user