diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-16 00:49:23 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-08-11 17:18:12 +0700 |
commit | 7e16c9d3602eb7e545c3452a6778c31d59e5c56d (patch) | |
tree | ed6dd5ac05ee67f01b0315de109aea23ce569df7 /utils | |
parent | 27f4373124bcd80f975b85079eac871b97b56b15 (diff) | |
download | searxng-7e16c9d3602eb7e545c3452a6778c31d59e5c56d.tar.gz searxng-7e16c9d3602eb7e545c3452a6778c31d59e5c56d.zip |
Add missing blank lines after class or function definition.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/fetch_currencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py index 47f732163..716b505ee 100644 --- a/utils/fetch_currencies.py +++ b/utils/fetch_currencies.py @@ -142,6 +142,7 @@ def wd_query(query, offset=0): qlist.append(r.get('title', '')) fetch_data_batch(qlist) + # fetch # for q in wmflabs_queries: wdq_query(q) |