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)