Update const.py

This commit is contained in:
qiaofeng1227 2023-03-27 09:05:09 +08:00 committed by GitHub
parent da449b0089
commit e6cf02176c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ RETURN_RUNNING = 1
# 应用已经停止
RETURN_STOP = 2
# 应用等待安装 waiting
RETURN_STOP = 3
RETURN_WAIT = 3
# 应用错误或不存在
RETURN_ERROR = -1