diff options
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 |