@@ -1396,6 +1396,8 @@ async def fastapi_get_network_coords(network: str) -> list[str] | None:
coords = get_network_coords(network)
result = []
for node_id, coord in coords.items():
print(node_id, coord)
result.append(f"{node_id}:{coord['x']}:{coord['y']}")
return result
The note is not visible to the blocked user.