Update manage.py

This commit is contained in:
qiaofeng1227 2023-04-16 23:08:10 +08:00 committed by GitHub
parent a4f02126ab
commit 06bcaff569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ def get_my_app(app_id):
installing_list = get_apps_from_queue() installing_list = get_apps_from_queue()
app_list = installed_list + installing_list app_list = installed_list + installing_list
find = False find = False
ret = {}
if app_id != None: if app_id != None:
for app in app_list: for app in app_list:
if app_id == app.app_id: if app_id == app.app_id: