Merge pull request #619 from stepshal/comment

utils/fetch_currencies: fix comment
This commit is contained in:
Adam Tauber 2016-07-15 13:04:01 +02:00 committed by GitHub
commit 1ddd33a1a1
1 changed files with 1 additions and 1 deletions

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)