mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-15 12:10:12 +02:00
#102 change error string detail
This commit is contained in:
parent
80282c318f
commit
ec39b9aeb1
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ async def install_app_sub(app_id: str):
|
|||
if not app_id in available_app_ids:
|
||||
raise HTTPException(
|
||||
status.HTTP_400_BAD_REQUEST,
|
||||
detail=app_id + "install script not exist/supported",
|
||||
detail=app_id + "install script does not exist / is not supported",
|
||||
)
|
||||
|
||||
await send_sse_message(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue