fix: 修复面板保存配置时报错的问题;修复频道私聊报错的问题

perf: 改善日志
This commit is contained in:
Soulter
2024-02-05 13:18:34 +08:00
parent d522d2a6a9
commit 2cf18972f3
9 changed files with 72 additions and 35 deletions
+1
View File
@@ -156,6 +156,7 @@ def web_keyword_search_via_sougou(keyword) -> str:
if len(res) >= 5: # 限制5条
break
except Exception as e:
pass
gu.log(f"sougou parse err: {str(e)}", tag="web_keyword_search_via_sougou", level=gu.LEVEL_ERROR)
# 爬取网页内容
_detail_store = []