fix: Fixes the host in the ansi bracket of adk web

localhost cannot always open Web UI, since we only bind 127.0.0.1.

PiperOrigin-RevId: 795484904
This commit is contained in:
Wei Sun (Jack)
2025-08-15 08:26:01 -07:00
committed by Copybara-Service
parent a27927dc81
commit cd357bf5ae
+1 -1
View File
@@ -749,7 +749,7 @@ def cli_web(
+-----------------------------------------------------------------------------+
| ADK Web Server started |
| |
| For local testing, access at http://localhost:{port}.{" "*(29 - len(str(port)))}|
| For local testing, access at http://{host}:{port}.{" "*(29 - len(str(port)))}|
+-----------------------------------------------------------------------------+
""",
fg="green",