From 422750599ddb382eba8975830b2caaf57bd7a18f Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Mon, 21 Apr 2025 13:42:20 -0700 Subject: [PATCH] Fix bug with time in map.html and web.py --- meshview/web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshview/web.py b/meshview/web.py index f9e71cd..0f0d6ff 100644 --- a/meshview/web.py +++ b/meshview/web.py @@ -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(