From f7b87e99d21b89639f6820f80e99aeae11a5e10a Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Sun, 21 May 2023 15:11:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(manager.py):=20=E7=83=AD=E9=87=8D=E8=BD=BD?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E4=B8=8D=E5=93=8D=E5=BA=94=E7=BE=A4=E5=86=85?= =?UTF-8?q?at?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/qqbot/manager.py b/pkg/qqbot/manager.py index 91e9da46..be8c3063 100644 --- a/pkg/qqbot/manager.py +++ b/pkg/qqbot/manager.py @@ -128,6 +128,7 @@ class QQBotManager: self.bot_account_id = self.adapter.bot_account_id else: self.adapter = pkg.utils.context.get_qqbot_manager().adapter + self.bot_account_id = pkg.utils.context.get_qqbot_manager().bot_account_id pkg.utils.context.set_qqbot_manager(self)