Browse Source

Merge pull request #619 from stepshal/comment

utils/fetch_currencies: fix comment
Adam Tauber 8 years ago
parent
commit
1ddd33a1a1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      utils/fetch_currencies.py

+ 1
- 1
utils/fetch_currencies.py View File

142
         qlist.append(r.get('title', ''))
142
         qlist.append(r.get('title', ''))
143
     fetch_data_batch(qlist)
143
     fetch_data_batch(qlist)
144
 
144
 
145
-## fetch ##
145
+# fetch #
146
 for q in wmflabs_queries:
146
 for q in wmflabs_queries:
147
     wdq_query(q)
147
     wdq_query(q)
148
 
148