fix plugin form
This commit is contained in:
parent
1bf48e7c57
commit
2e4770264b
@ -260,7 +260,7 @@ class AutoSignIn(_PluginBase):
|
||||
}
|
||||
], {
|
||||
"enabled": False,
|
||||
"notify": False,
|
||||
"notify": True,
|
||||
"cron": "1 9,18 * * *",
|
||||
"queue_cnt": 5,
|
||||
"retry_keyword": "",
|
||||
|
@ -228,7 +228,7 @@ class SiteStatistic(_PluginBase):
|
||||
}
|
||||
], {
|
||||
"enabled": False,
|
||||
"notify": False,
|
||||
"notify": True,
|
||||
"cron": "5 1 * * *",
|
||||
"queue_cnt": 5,
|
||||
"statistic_sites": []
|
||||
|
Loading…
x
Reference in New Issue
Block a user