changed the exchange rate a lil
This commit is contained in:
parent
42eecc28cc
commit
97943aa595
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def get_exchange_rate():
|
||||||
assert False
|
assert False
|
||||||
return requests.get("https://api.exchangeratesapi.io/latest?base=AUD&symbols=JPY", timeout=10).json()['rates']['JPY']
|
return requests.get("https://api.exchangeratesapi.io/latest?base=AUD&symbols=JPY", timeout=10).json()['rates']['JPY']
|
||||||
except:
|
except:
|
||||||
return 76.15
|
return 75.73
|
||||||
|
|
||||||
def id_from_url(url: str):
|
def id_from_url(url: str):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue