mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
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:
committed by
Copybara-Service
parent
a27927dc81
commit
cd357bf5ae
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user