mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix 签到插件
This commit is contained in:
@@ -114,7 +114,8 @@ class AutoSignIn(_PluginBase):
|
|||||||
self.__update_config()
|
self.__update_config()
|
||||||
|
|
||||||
# 周期运行
|
# 周期运行
|
||||||
if self._enabled and self._cron:
|
if self._enabled:
|
||||||
|
if self._cron:
|
||||||
try:
|
try:
|
||||||
if self._cron.strip().count(" ") == 4:
|
if self._cron.strip().count(" ") == 4:
|
||||||
self._scheduler.add_job(func=self.sign_in,
|
self._scheduler.add_job(func=self.sign_in,
|
||||||
|
|||||||
Reference in New Issue
Block a user