From 6e5f46db424867a927595f27d619cc2f456b696d Mon Sep 17 00:00:00 2001 From: stepshal Date: Mon, 11 Jul 2016 19:40:21 +0700 Subject: [PATCH] utils/fetch_currencies: fix comment --- utils/fetch_currencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py index 3ca8fcfd..47f73216 100644 --- 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)