mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
parent
3ae54c13f9
commit
c23145ce2a
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