generated from nathanwoodburn/python-webserver-template
fix: Forgot another incorrect double quote
All checks were successful
Build Docker / BuildImage (push) Successful in 33s
All checks were successful
Build Docker / BuildImage (push) Successful in 33s
This commit is contained in:
parent
376f79370f
commit
3060314ba5
@ -99,7 +99,7 @@ def index():
|
||||
solValue = getSolValue()
|
||||
|
||||
pie_chart_data = [(token['symbol'].upper(), token['value'], f"{token['name']}: ${'{:.2f}'.format(token['value'])}") for token in tokens]
|
||||
pie_chart_data.append(("SOL", solValue, f"Solana: ${"{:.2f}".format(solValue)}"))
|
||||
pie_chart_data.append(("SOL", solValue, f"Solana: ${'{:.2f}'.format(solValue)}"))
|
||||
|
||||
return render_template("index.html", value=tokenValue, supply=tokenSupply, pie_chart=pie_chart_data)
|
||||
|
||||
|
1
tokens/jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v.json
Normal file
1
tokens/jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user