855 协议版本

This commit is contained in:
liuwei
2025-04-29 12:16:40 +08:00
parent bb56d15b9b
commit 869bce8a18
14 changed files with 1943 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ class Robot(Job):
self.LOG.info(f"数据库连接管理器初始化完成")
# 为了兼容现有代码,保留原有的连接池
self.db_pool = self.db_manager.mysql_pool
self.db_pool = self.db_manager .mysql_pool
self.redis_pool = self.db_manager.redis_pool
self.contacts_db = ContactsDBOperator(self.db_manager)