New charts added to stats as we have access not to nodes via API

This commit is contained in:
Pablo Revilla
2025-09-12 16:15:02 -07:00
parent bb5dba23d0
commit 93bad96268
2 changed files with 0 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

-2
View File
@@ -256,8 +256,6 @@ async def node_match(request):
return web.Response(
text=template.render(
node_options=node_options,
site_config = CONFIG
),
content_type="text/html",
)