From 8cc95078e9378b3d624cdf2705014642d9ee7e5b Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Wed, 29 Nov 2023 23:36:55 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 34a0d341..44529b5a 100644 --- a/config.py +++ b/config.py @@ -611,7 +611,7 @@ class Config: "Bing": None, "Google": None, } - self.WEIGHT_TYPE = "small" + self._WEIGHT_TYPE = "small" self._MESSAGE_FORMAT = "[message]([translation])" self._ENABLE_AUTO_CLEAR_MESSAGE_BOX = True self._ENABLE_NOTICE_XSOVERLAY = False