aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney')
-rw-r--r--ihatemoney/currency_convertor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/currency_convertor.py b/ihatemoney/currency_convertor.py
index 10026ee..881d542 100644
--- a/ihatemoney/currency_convertor.py
+++ b/ihatemoney/currency_convertor.py
@@ -14,7 +14,7 @@ class Singleton(type):
class CurrencyConverter(object, metaclass=Singleton):
# Get exchange rates
no_currency = "XXX"
- api_url = "https://api.exchangeratesapi.io/latest?base=USD"
+ api_url = "https://api.exchangerate.host/latest?base=USD"
def __init__(self):
pass