fix: Cleared up stats balance

This commit is contained in:
2023-11-08 13:35:21 +11:00
parent 784455fe1d
commit aa2e5a1c4d

View File

@@ -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)