Skip to content

Commit

Permalink
Change the URL of the exchange API. Fixes #735 (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
almet authored Apr 7, 2021
1 parent 3ae54c1 commit c23145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihatemoney/currency_convertor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __call__(cls, *args, **kwargs):
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
Expand Down

0 comments on commit c23145c

Please sign in to comment.