mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 23:17:35 -06:00
Resolve issue where --with_ui flag boolean was not being passed correctly, preventing CMD adk web [...]
from being deployed to Cloud Run.
PiperOrigin-RevId: 759364440
This commit is contained in:
parent
cb000e5a94
commit
ebfe8fe51c
@ -662,7 +662,6 @@ def cli_api_server(
|
||||
)
|
||||
@click.option(
|
||||
"--trace_to_cloud",
|
||||
type=bool,
|
||||
is_flag=True,
|
||||
show_default=True,
|
||||
default=False,
|
||||
@ -670,7 +669,6 @@ def cli_api_server(
|
||||
)
|
||||
@click.option(
|
||||
"--with_ui",
|
||||
type=bool,
|
||||
is_flag=True,
|
||||
show_default=True,
|
||||
default=False,
|
||||
|
Loading…
Reference in New Issue
Block a user