diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-10 21:44:27 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-10 21:44:27 +0700 |
commit | cd9b494cb5871b2011893f19647e7651fb0382b6 (patch) | |
tree | 6288bcf3c597180bb2594a5f9f213aca8bf34737 /utils | |
parent | 678b87f9d5969668a07c36f9b80be5a5b2d08587 (diff) | |
download | searxng-cd9b494cb5871b2011893f19647e7651fb0382b6.tar.gz searxng-cd9b494cb5871b2011893f19647e7651fb0382b6.zip |
Fix quantity of blank lines after code object.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/fetch_currencies.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py index 201b32195..46d98c35e 100644 --- a/utils/fetch_currencies.py +++ b/utils/fetch_currencies.py @@ -37,7 +37,6 @@ def add_currency_name(name, iso4217): db_names = db['names'] - if not isinstance(iso4217, basestring): print "problem", name, iso4217 return |