1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 12:10:11 +01:00

utils/fetch_currencies: fix comment

This commit is contained in:
stepshal 2016-07-11 19:40:21 +07:00
parent 3fd405dcd3
commit 6e5f46db42

View File

@ -142,7 +142,7 @@ def wd_query(query, offset=0):
qlist.append(r.get('title', ''))
fetch_data_batch(qlist)
## fetch ##
# fetch #
for q in wmflabs_queries:
wdq_query(q)