From 75c380a45b8ef19707ba3796d2a9e36b8353d079 Mon Sep 17 00:00:00 2001 From: thsrite Date: Sun, 23 Jun 2024 22:28:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/cd2assistant/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/cd2assistant/__init__.py b/plugins/cd2assistant/__init__.py index 7a5d245..7bdb58f 100644 --- a/plugins/cd2assistant/__init__.py +++ b/plugins/cd2assistant/__init__.py @@ -364,8 +364,8 @@ class Cd2Assistant(_PluginBase): "enabled": False, "notify": False, "onlyonce": False, - "cron": "", - "keyword": "", + "cron": "*/10 * * * *", + "keyword": "账号异常", "cd2_url": "", "cd2_username": "", "cd2_password": "",