Skip to content

Commit

Permalink
Fixed currency config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdethier committed Jun 5, 2024
1 parent 2905cc6 commit b4fc213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _configure_majority(self, cfg):
this.age_of_majority = int(cfg["age_of_majority"])

def _configure_currency(self, cfg):
CoreConfig.currency = str(cfg["currency"])
this.currency = str(cfg["currency"])

def _configure_auto_provisioning(self, cfg):
if bool(os.environ.get('NO_DATABASE', False)):
Expand Down

0 comments on commit b4fc213

Please sign in to comment.