mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-29 23:16:44 +00:00
Change logger from error to info level
This commit is contained in:
@@ -184,7 +184,7 @@ class SubscribeGroup(_PluginBase):
|
||||
# 二级分类自定义配置
|
||||
category_conf = self._subscribe_confs.get(category)
|
||||
|
||||
logger.error(
|
||||
logger.info(
|
||||
f"订阅记录:{subscribe.name} 二级分类:{category} 自定义配置:{category_conf}")
|
||||
|
||||
update_dict = {}
|
||||
|
||||
Reference in New Issue
Block a user