logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 1ddd33a1a196995c64a2d65e5be1eb81856151b4
parent: f7a3e9771d4aa957368bc79cf88b3432872f1a83
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Fri, 15 Jul 2016 13:04:01 +0200

Merge pull request #619 from stepshal/comment

utils/fetch_currencies: fix comment

Diffstat:

Mutils/fetch_currencies.py2+-
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)