Update manage.py

This commit is contained in:
qiaofeng1227 2023-03-24 15:54:08 +08:00 committed by GitHub
parent b248dcb594
commit d38eb8ce2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,7 @@ def uninstall_app(app_id):
ret.message = if_stopped["message"]
ret = ret.dict()
return ret
def check_app(app_name, customer_app_name, app_version):
message = " "
code = const.RETURN_FAIL
@ -171,7 +172,7 @@ def check_app(app_name, customer_app_name, app_version):
def prepare_app(app_name, customer_app_name):
library_path = "/data/apps/docker-library/" + app_name
library_path = "/data/library/" + app_name
install_path = "/data/apps/" + customer_app_name
message = " "
code = const.RETURN_SUCCESS