mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Change the URL of the exchange API. Fixes #735
This commit is contained in:
parent
3ae54c13f9
commit
a7fe9f08d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue