From ea8fa978214a4ce490e99116c558636938892f56 Mon Sep 17 00:00:00 2001 From: Tom Bland Date: Thu, 9 Nov 2023 10:15:24 +0000 Subject: [PATCH] Update core_api --- app/core_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core_api.py b/app/core_api.py index 2b87d42..2dabbae 100644 --- a/app/core_api.py +++ b/app/core_api.py @@ -40,7 +40,7 @@ def html(page: str) -> dict[str, str | dict[str, str | dict[str, str]]]: "NMX 11kV Schematic": {"space": "PC02-Left", "app": webrtc}, "NMX Issues": {"space": "PC02-Right", "app": webrtc}, "Market": {"space": "Hub01", "app": html("market")}, - "Agent": {"space": "Hub02", "app": html("plot8")}, + "Agent": {"space": "Hub02", "app": html("agent")}, }