project: update download html

This commit is contained in:
周中平 2024-01-18 11:35:06 +08:00
parent 9f013a7ba5
commit 8ff4b9d7b4
Signed by: zhouzhongping
GPG Key ID: 6666822800008000

6
app.py
View File

@ -123,11 +123,7 @@ def download():
'data': {} 'data': {}
}), 500 }), 500
return jsonify({ return content
'status': 'success',
'msg': 'Request successful',
'data': content
}), 200
if __name__ == '__main__': if __name__ == '__main__':