fix plugin form

This commit is contained in:
jxxghp 2023-07-24 13:51:59 +08:00
parent 1bf48e7c57
commit 2e4770264b
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ class AutoSignIn(_PluginBase):
} }
], { ], {
"enabled": False, "enabled": False,
"notify": False, "notify": True,
"cron": "1 9,18 * * *", "cron": "1 9,18 * * *",
"queue_cnt": 5, "queue_cnt": 5,
"retry_keyword": "", "retry_keyword": "",

View File

@ -228,7 +228,7 @@ class SiteStatistic(_PluginBase):
} }
], { ], {
"enabled": False, "enabled": False,
"notify": False, "notify": True,
"cron": "5 1 * * *", "cron": "5 1 * * *",
"queue_cnt": 5, "queue_cnt": 5,
"statistic_sites": [] "statistic_sites": []