Update manage.py

This commit is contained in:
qiaofeng1227 2023-04-19 17:33:26 +08:00 committed by GitHub
parent 4ed602f504
commit 2c875468a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)