commit: 6e5f46db424867a927595f27d619cc2f456b696d
parent 3fd405dcd3fd46d5b6f2fe1df625eedf0f1fbe02
Author: stepshal <nessento@openmailbox.org>
Date: Mon, 11 Jul 2016 19:40:21 +0700
utils/fetch_currencies: fix comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py
@@ -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)