From 56542bdde63e620a9240d91746c2a8fe0cbf5db1 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 26 May 2025 17:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E6=95=88=E5=A4=A7?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration.py b/configuration.py index 765ccc4..19e0f1c 100644 --- a/configuration.py +++ b/configuration.py @@ -27,9 +27,6 @@ class Config(object): def reload(self) -> None: yconfig = self._load_config() logging.config.dictConfig(yconfig["logging"]) - self.GROUPS = yconfig["groups"]["enable"] - self.NEWS = yconfig["news"]["receivers"] - self.REPORT_REMINDERS = yconfig["report_reminder"]["receivers"] self.CHATGPT = yconfig.get("chatgpt", {}) self.TIGERBOT = yconfig.get("tigerbot", {})