fix SiteStatistic 仅运行一次时的开关问题

This commit is contained in:
jxxghp
2023-08-15 07:01:21 +08:00
parent 6c672d5387
commit f460e9a3f1

View File

@ -1095,7 +1095,7 @@ class SiteStatistic(_PluginBase):
def __update_config(self):
self.update_config({
"enable": self._enabled,
"enabled": self._enabled,
"onlyonce": self._onlyonce,
"cron": self._cron,
"notify": self._notify,