This commit is contained in:
thsrite
2023-08-29 18:53:31 +08:00
parent a0ec38a6a9
commit 5e2f4b413d
3 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ class AutoSignIn(_PluginBase):
trigger="interval",
hours=float(self._cron.strip()),
name=f"站点自动{self._action}")
logger.info(f"站点自动{self._action}服务启动,执行周期 {self._cron}")
logger.info(f"站点自动{self._action}服务启动,执行周期 {self._cron} {self._start_time}-{self._end_time}")
else:
logger.error(f"站点自动{self._action}服务启动失败,周期格式错误")
# 推送实时消息