From 97943aa5951d7f1c105d5d9582f091f1da1c2f28 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 22 Aug 2020 19:33:31 +1000 Subject: [PATCH] changed the exchange rate a lil --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.py b/functions.py index c287bfd..991f4af 100644 --- a/functions.py +++ b/functions.py @@ -10,7 +10,7 @@ def get_exchange_rate(): assert False return requests.get("https://api.exchangeratesapi.io/latest?base=AUD&symbols=JPY", timeout=10).json()['rates']['JPY'] except: - return 76.15 + return 75.73 def id_from_url(url: str): try: