Compare commits

...

1 Commits
0.0.8 ... 0.0.9

Author SHA1 Message Date
aaa23a9839 only one graph
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-01-28 13:54:11 +01:00

View File

@ -55,7 +55,6 @@ def index():
yaxis=dict(ticksuffix=" kWh")
)
graph_html = fig.to_html(full_html=False)
graph_html_2 = fig.to_html(full_html=False)
return render_template_string(f"""
<html>
@ -64,7 +63,6 @@ def index():
</head>
<body>
{graph_html}
{graph_html_2}
</body>
</html>
""")