Fix bug with time in map.html and web.py

This commit is contained in:
Pablo Revilla
2025-04-21 13:42:20 -07:00
parent c3c59bda53
commit 422750599d

View File

@@ -1198,7 +1198,6 @@ async def map(request):
for node in nodes:
if hasattr(node, "last_update") and isinstance(node.last_update, datetime.datetime):
node.last_update = node.last_update.isoformat()
print (node.last_update)
template = env.get_template("map.html")
return web.Response(