mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
feat: qq-botpy 适配器对 member 和 group 的 openid 进行静态缓存
This commit is contained in:
@@ -60,3 +60,6 @@ class PythonModuleConfigFile(file_model.ConfigFile):
|
||||
|
||||
async def save(self, data: dict):
|
||||
logging.warning('Python模块配置文件不支持保存')
|
||||
|
||||
def save_sync(self, data: dict):
|
||||
logging.warning('Python模块配置文件不支持保存')
|
||||
Reference in New Issue
Block a user