From 9d55d573d6d21f6a41cf94c70a844af60739b6e0 Mon Sep 17 00:00:00 2001 From: qsc20001102 Date: Thu, 27 Nov 2025 17:38:47 +0800 Subject: [PATCH] 11 --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index c677a15..f885e25 100644 --- a/main.py +++ b/main.py @@ -324,7 +324,6 @@ class Jx3ApiPlugin(Star): logger.error(f"功能函数执行错误: {e}") yield event.plain_result("猪脑过载,请稍后再试") - async def terminate(self): """可选择实现异步的插件销毁方法,当插件被卸载/停用时会调用。""" await self.db.close_pool()