Update apps.py

This commit is contained in:
qiaofeng1227 2023-04-16 23:16:07 +08:00 committed by GitHub
parent 3471c38efe
commit fad6c2e72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,6 @@ def AppList(request: Request, app_id: Optional[str] = Query(default=None, descri
myLogger.info_logger("Receive request: /AppList")
get_headers(request)
ret = {}
ret['ResponseData'] = {}
ret['ResponseData'] = manage.get_my_app(app_id)
except CommandException as ce:
ret = {}