855 协议版本-调整完毕内容
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import json
|
||||
import logging
|
||||
from loguru import logger
|
||||
from typing import Dict, Any, List, Optional
|
||||
|
||||
from db.connection import DBConnectionManager
|
||||
@@ -11,7 +11,7 @@ class GroupVirtualRedisDB:
|
||||
def __init__(self, db_manager: DBConnectionManager):
|
||||
self.db_manager = db_manager
|
||||
self.redis_client = db_manager.get_redis_connection()
|
||||
self.LOG = logging.getLogger("Plugin.GroupVirtual.Redis")
|
||||
self.LOG = logger
|
||||
self.chat_groups_key = "group_virtual:chat_groups"
|
||||
|
||||
def load_chat_groups(self) -> Dict[str, Any]:
|
||||
|
||||
Reference in New Issue
Block a user