提交消息列表功能
This commit is contained in:
@@ -542,7 +542,7 @@ class DashboardServer:
|
|||||||
self.logger.error(f"获取群组列表失败: {e}")
|
self.logger.error(f"获取群组列表失败: {e}")
|
||||||
return jsonify({'error': str(e)}), 500
|
return jsonify({'error': str(e)}), 500
|
||||||
|
|
||||||
return app
|
return app
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
"""运行服务器"""
|
"""运行服务器"""
|
||||||
|
|||||||
Reference in New Issue
Block a user