Compare commits
1 Commits
4ec1cf5f28
...
64cce8a048
Author | SHA1 | Date | |
---|---|---|---|
64cce8a048 |
@ -33,8 +33,9 @@ def convert_prices():
|
||||
|
||||
if not exchange_rate:
|
||||
try:
|
||||
# this API endpoint only accepts lowercase currency string
|
||||
response = requests.get(
|
||||
f"https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@{year}-01-01/v1/currencies/{currency_from}.json"
|
||||
f"https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@{year}-01-01/v1/currencies/{currency_from.lower()}.json"
|
||||
)
|
||||
response.raise_for_status()
|
||||
data = response.json()
|
||||
|
Loading…
x
Reference in New Issue
Block a user