fix 更新系统

This commit is contained in:
thsrite
2023-10-19 19:23:05 +08:00
parent 21908bdc6f
commit 44b7199087
3 changed files with 96 additions and 93 deletions

View File

@ -450,7 +450,7 @@ class DoubanSync(_PluginBase):
url = self._interests_url % user_id
results = self.rsshelper.parse(url)
if not results:
logger.error(f"未获取到用户 {user_id} 豆瓣RSS数据{url}")
logger.warn(f"未获取到用户 {user_id} 豆瓣RSS数据{url}")
continue
else:
logger.info(f"获取到用户 {user_id} 豆瓣RSS数据{len(results)}")