summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-11 19:40:21 +0700
committerstepshal <nessento@openmailbox.org>2016-07-11 19:54:50 +0700
commit6e5f46db424867a927595f27d619cc2f456b696d (patch)
tree579e7df410f196c2ee38b460e6b1e4706c65c2e8 /utils
parent3fd405dcd3fd46d5b6f2fe1df625eedf0f1fbe02 (diff)
downloadsearxng-6e5f46db424867a927595f27d619cc2f456b696d.tar.gz
searxng-6e5f46db424867a927595f27d619cc2f456b696d.zip
utils/fetch_currencies: fix comment
Diffstat (limited to 'utils')
-rw-r--r--utils/fetch_currencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py
index 3ca8fcfd7..47f732163 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)