fix: 关闭清理缓存开关

This commit is contained in:
WithdewHua 2023-09-09 14:13:17 +08:00
parent 482fca9b8c
commit cb2cfe9d85
No known key found for this signature in database
GPG Key ID: 552FBE15C7E2C264

View File

@ -119,7 +119,7 @@ class RssSubscribe(_PluginBase):
# 记录清理缓存设置
self._clearflag = self._clear
# 关闭清理缓存开关
self._clearflag = False
self._clear = False
# 保存设置
self.__update_config()