fix SiteStatistic 仅运行一次时的开关问题
This commit is contained in:
@ -1095,7 +1095,7 @@ class SiteStatistic(_PluginBase):
|
|||||||
|
|
||||||
def __update_config(self):
|
def __update_config(self):
|
||||||
self.update_config({
|
self.update_config({
|
||||||
"enable": self._enabled,
|
"enabled": self._enabled,
|
||||||
"onlyonce": self._onlyonce,
|
"onlyonce": self._onlyonce,
|
||||||
"cron": self._cron,
|
"cron": self._cron,
|
||||||
"notify": self._notify,
|
"notify": self._notify,
|
||||||
|
Reference in New Issue
Block a user