This commit is contained in:
Oliver Walters 2021-05-28 12:49:50 +10:00
parent 4ddeab3330
commit 0978235370

View File

@ -173,6 +173,9 @@ def update_exchange_rates():
except AppRegistryNotReady: except AppRegistryNotReady:
# Apps not yet loaded! # Apps not yet loaded!
return return
except:
# Other error?
return
backend = InvenTreeExchange() backend = InvenTreeExchange()
print(f"Updating exchange rates from {backend.url}") print(f"Updating exchange rates from {backend.url}")