mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update manage.py
This commit is contained in:
parent
4d5a699ccf
commit
7220356932
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue