mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -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(
|
@click.option(
|
||||||
"--trace_to_cloud",
|
"--trace_to_cloud",
|
||||||
type=bool,
|
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
show_default=True,
|
show_default=True,
|
||||||
default=False,
|
default=False,
|
||||||
@ -670,7 +669,6 @@ def cli_api_server(
|
|||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--with_ui",
|
"--with_ui",
|
||||||
type=bool,
|
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
show_default=True,
|
show_default=True,
|
||||||
default=False,
|
default=False,
|
||||||
|
Loading…
Reference in New Issue
Block a user