mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
Update manage.py
This commit is contained in:
parent
f97b3db074
commit
d44a06c030
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ q = Queue(connection=redis_conn,default_timeout=3600)
|
|||
def get_my_app(app_id):
|
||||
installed_list = get_apps_from_compose()
|
||||
installing_list = get_apps_from_queue()
|
||||
app_list = installed_list + installing_list
|
||||
app_list = list(set(installing_list + installed_list), key=lambda x: x["app_id"])
|
||||
find = False
|
||||
ret = {}
|
||||
if app_id != None:
|
||||
|
|
Loading…
Reference in a new issue