Ver código fonte

Update manage.py

qiaofeng1227 2 anos atrás
pai
commit
7220356932
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      appmanage/api/service/manage.py

+ 1 - 1
appmanage/api/service/manage.py

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