From 884d6a47e8e1ba118e8f33b5fb1d941b3331ffed Mon Sep 17 00:00:00 2001 From: nineven Date: Sat, 16 Apr 2022 14:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=84=8F=E5=A4=B1=E8=8D=86=E5=B7=9E?= =?UTF-8?q?=E5=95=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_ser/common/core/sysconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fir_ser/common/core/sysconfig.py b/fir_ser/common/core/sysconfig.py index e70f342..ef1febe 100644 --- a/fir_ser/common/core/sysconfig.py +++ b/fir_ser/common/core/sysconfig.py @@ -409,7 +409,7 @@ class ConfigDescriptionCache(ConfigCacheBase): class ConfigCache(BaseConfCache, DomainConfCache, IpaConfCache, AuthConfCache, UserDownloadTimesCache, GeeTestConfCache, PayConfCache, ThirdStorageConfCache, ThirdPartConfCache, AppleDeveloperConfCache, - UserPersonalConfKeyCache, ConfigDescriptionCache): + UserPersonalConfKeyCache, ConfigDescriptionCache, WechatConfCache): def __init__(self, *args, **kwargs): super(ConfigCache, self).__init__(*args, **kwargs)