Update manage.py

This commit is contained in:
qiaofeng1227 2023-05-05 11:30:55 +08:00 committed by GitHub
parent e7e9d678d0
commit d9189e618c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ def check_list_status(applist):
if status == "created":
installing = True
break
return installing
return installing
# 获取所有app的信息
def get_my_app(app_id):