mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
Style fixes
This commit is contained in:
@ -186,7 +186,7 @@ def update_exchange_rates():
|
|||||||
|
|
||||||
base = settings.BASE_CURRENCY
|
base = settings.BASE_CURRENCY
|
||||||
|
|
||||||
result = backend.update_rates(base_currency=base, symbols=currencies)
|
backend.update_rates(base_currency=base, symbols=currencies)
|
||||||
|
|
||||||
|
|
||||||
def send_email(subject, body, recipients, from_email=None):
|
def send_email(subject, body, recipients, from_email=None):
|
||||||
|
Reference in New Issue
Block a user