#102 change error string detail

This commit is contained in:
rootzoll 2022-06-06 09:54:28 +02:00
parent 80282c318f
commit ec39b9aeb1

View file

@ -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(