This commit is contained in:
qsc
2026-02-15 16:16:46 +08:00
parent 0630492d95
commit 22b62d6d45
5 changed files with 138 additions and 147 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from astrbot.api import AstrBotConfig
from .sqlite import AsyncSQLiteDB
from .fun_basic import load_template
class BiLeidata:
def __init__(self,sqlite:AsyncSQLiteDB):
def __init__(self, sqlite:AsyncSQLiteDB):
# 引用sqlite
self._sql_db = sqlite