fix: Cleared up stats balance
This commit is contained in:
parent
784455fe1d
commit
aa2e5a1c4d
2
main.py
2
main.py
@ -97,7 +97,7 @@ def stats():
|
||||
statsHTML += referal + ': ' + str(referals[referal]) + '<br>'
|
||||
|
||||
|
||||
statsHTML += '<br>Remaining HNS: ' + str(gift.balance()) + '<br>'
|
||||
statsHTML += '<br>Remaining balance: ' + str(gift.balance()) + ' HNS<br>'
|
||||
|
||||
return render_template('stats.html',address=address,stats=statsHTML)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user