Stop asking for "apis to serve" as part of configure

This commit is contained in:
Ashwin Bharambe 2024-09-17 22:40:51 -07:00
parent eea0a83bd1
commit 055770a791
2 changed files with 2 additions and 13 deletions

View file

@ -258,7 +258,7 @@ def prompt_for_config(
except json.JSONDecodeError:
print(
"Invalid JSON. Please enter a valid JSON-encoded list."
'Invalid JSON. Please enter a valid JSON-encoded list e.g., ["foo","bar"]'
)
continue
except ValueError as e: