mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +08:00
fix: no summary config bug
This commit is contained in:
@@ -85,5 +85,5 @@ class LinkSummary:
|
||||
for support_url in support_list:
|
||||
if url.strip().startswith(support_url):
|
||||
return True
|
||||
logger.warn("[LinkSum] unsupported url")
|
||||
logger.debug("[LinkSum] unsupported url, no need to process")
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user