fixup: please mypy

This commit is contained in:
Kim Alvefur
2024-08-11 16:25:17 +02:00
parent 449e345ee5
commit 2a8e7ae72b

View File

@@ -100,7 +100,7 @@ async def index() -> str:
try:
metrics = await client.get_system_metrics()
except:
metrics = False
metrics = {}
return await render_template(
"user_home.html",
user_info=user_info,