Skip to content

Commit

Permalink
Fix when no sounds are present (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
truenicoco committed Jun 7, 2020
1 parent f52bf07 commit 10022b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hh_creator/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def amount_format(x, n_decimals):
}
except KeyError as e:
log.warning(f"Sounds were not found: {e}")
sounds = {}


amount_validator = AmountValidatorWithBounds(0)
Expand Down

0 comments on commit 10022b5

Please sign in to comment.