调整日志级别

This commit is contained in:
liuwei
2026-01-16 13:35:45 +08:00
parent c6a0679741
commit 8790d0c582
4 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ class DouyinParserPlugin(MessagePluginInterface):
self.http_proxy = douyin_config.get("http_proxy", "")
self.download_mode = douyin_config.get("download_mode", "card") # card或file
self.LOG.info(f"[{self.name}] 插件初始化完成,代理设置: {self.http_proxy}")
self.LOG.debug(f"[{self.name}] 插件初始化完成,代理设置: {self.http_proxy}")
return True
def start(self) -> bool: