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
4ed602f504
commit
2c875468a0
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ def get_rq_app(id, status, code, message, detail):
|
|||
|
||||
image_url = get_Image_url(app_name)
|
||||
config = None
|
||||
if status == installing :
|
||||
if status == "installing" :
|
||||
status_reason = None
|
||||
else:
|
||||
status_reason = StatusReason(Code=code, Message=message, Detail=detail)
|
||||
|
|
Loading…
Reference in a new issue