fix 偿试减少会话使用

This commit is contained in:
jxxghp
2023-09-01 15:00:27 +08:00
parent 4dba739d54
commit ac1dcbed3c
5 changed files with 13 additions and 11 deletions

View File

@ -5,7 +5,7 @@ from typing import Any, List, Dict, Tuple
from app.chain import ChainBase
from app.core.config import settings
from app.core.event import EventManager
from app.db import SessionLocal
from app.db import GlobalDB
from app.db.models import Base
from app.db.plugindata_oper import PluginDataOper
from app.db.systemconfig_oper import SystemConfigOper
@ -37,7 +37,7 @@ class _PluginBase(metaclass=ABCMeta):
def __init__(self):
# 数据库连接
self.db = SessionLocal()
self.db = GlobalDB
# 插件数据
self.plugindata = PluginDataOper(self.db)
# 处理链