mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update manage.py
This commit is contained in:
parent
a4f02126ab
commit
06bcaff569
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user