调整日志级别
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user