Update manage.py

This commit is contained in:
qiaofeng1227 2023-03-10 17:49:29 +08:00 committed by GitHub
parent 4d5a699ccf
commit 7220356932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ def set_app_info(output_list, num):
elif case == "exited":
case = "stop"
case_code = const.RETURN_STOP
elif case == "ready":
elif case == "installing":
case_code = const.RETURN_READY
else:
case_code = const.RETURN_ERROR