fix 签到插件
This commit is contained in:
parent
053c89bf9f
commit
9f0bd2b933
@ -114,7 +114,8 @@ class AutoSignIn(_PluginBase):
|
||||
self.__update_config()
|
||||
|
||||
# 周期运行
|
||||
if self._enabled and self._cron:
|
||||
if self._enabled:
|
||||
if self._cron:
|
||||
try:
|
||||
if self._cron.strip().count(" ") == 4:
|
||||
self._scheduler.add_job(func=self.sign_in,
|
||||
|
Loading…
x
Reference in New Issue
Block a user