From ddc41bb6ab0fd73bfbcb1fcb4f2ddff872baf4f6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 27 Feb 2024 07:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5F=5Finit=5F=5F.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/remoteidentifiers/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/remoteidentifiers/__init__.py b/plugins/remoteidentifiers/__init__.py index 8a9efee..5907ef4 100644 --- a/plugins/remoteidentifiers/__init__.py +++ b/plugins/remoteidentifiers/__init__.py @@ -23,7 +23,7 @@ class RemoteIdentifiers(_PluginBase): # 插件图标 plugin_icon = "words.png" # 插件版本 - plugin_version = "2.0" + plugin_version = "2.1" # 插件作者 plugin_author = "honue" # 作者主页 @@ -52,7 +52,7 @@ class RemoteIdentifiers(_PluginBase): self._onlyonce = config.get("onlyonce") or False self._cron = config.get("cron") or '30 4 * * *' self._file_urls = config.get("file_urls") or '' - self._flitter = config.get("flitter") or True + self._flitter = config.get("flitter") or False # config操作 self.systemconfig = SystemConfigOper()