mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-31 07:26:47 +00:00
fix
This commit is contained in:
@@ -103,6 +103,9 @@ class SyncCookieCloud(_PluginBase):
|
||||
domain = site.domain
|
||||
cookie = site.cookie
|
||||
|
||||
if not site.public:
|
||||
continue
|
||||
|
||||
if not cookie:
|
||||
logger.error(f"站点{domain}无cookie,跳过处理")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user