Skip to content

Commit

Permalink
Update core_api
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland committed Nov 9, 2023
1 parent 14f8976 commit ea8fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")},
}


Expand Down

0 comments on commit ea8fa97

Please sign in to comment.