forked from Ponysearch/Ponysearch
utils/fetch_currencies: fix comment
This commit is contained in:
parent
3fd405dcd3
commit
6e5f46db42
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue