Update manage.py

This commit is contained in:
qiaofeng1227 2023-03-09 08:40:51 +08:00 committed by GitHub
parent 49cc6729f1
commit 919599fab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,7 @@ def install_app(app_name):
ret = ret.dict()
else:
ret = Response(code=const.RETURN_FAIL , message="目前不支持安装此App")
ret = ret.dict()
return ret
def if_app_exits(app_name):