Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed Jan 25, 2019
1 parent 3af19d5 commit 5009548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tronapi_bot/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def format_price(num):


def currency(amount):
return str(locale.currency(amount, grouping=True))
return str(locale.currency(amount, grouping=True)).replace('$', '').replace('?', '')


def format_html(text):
Expand Down

0 comments on commit 5009548

Please sign in to comment.