mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-21 23:16:43 +00:00
fix
This commit is contained in:
@@ -103,7 +103,7 @@ class SyncCookieCloud(_PluginBase):
|
||||
domain = site.domain
|
||||
cookie = site.cookie
|
||||
|
||||
if not site.public:
|
||||
if site.public:
|
||||
continue
|
||||
|
||||
if not cookie:
|
||||
@@ -241,4 +241,4 @@ class SyncCookieCloud(_PluginBase):
|
||||
self._scheduler.shutdown()
|
||||
self._scheduler = None
|
||||
except Exception as e:
|
||||
logger.error("退出插件失败:%s" % str(e))
|
||||
logger.error("退出插件失败:%s" % str(e))
|
||||
|
||||
Reference in New Issue
Block a user