mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 17:10:27 +00:00
Update manage.py
This commit is contained in:
parent
2e1854e758
commit
1bc5e449d6
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def get_my_app(app_name=None):
|
|||
if password == "":
|
||||
password = "-"
|
||||
|
||||
app = App(id=id, name=name, status_code=status_code, status=status, port=port, volume=volume, url=url, user_name=user_name, password=password)
|
||||
app = App(id=id, name=name, status_code=status_code, status=status, port=port, volume=volume, url=url, image_url=image_url, user_name=user_name, password=password)
|
||||
list.append(app.dict())
|
||||
flag = 0
|
||||
if app_name != None:
|
||||
|
|
Loading…
Reference in a new issue