Update const.py

This commit is contained in:
qiaofeng1227 2023-03-30 15:39:52 +08:00 committed by GitHub
parent 40a86b578a
commit 0c90206bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,9 +20,6 @@ APP_ERROR = -1
# 应用正在运行状态定义 (pulling,creating,initing,running)
APP_RUNNING_STATE_PULLING = 10
APP_RUNNING_STATE_CREATing = 11
APP_RUNNING_STATE_CREATING = 11
APP_RUNNING_STATE_INITING = 12
APP_RUNNING_STATE_RUNNING = 13