解决冲突

pull/1001/head
SnowindMe 2025-05-29 20:27:52 +08:00
parent 46a413abe4
commit 227fd8c972
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ async def build_anonymous_messages(messages: List[Dict[str, Any]]) -> str:
return "SELF"
try:
person_id = person_info_manager.get_person_id(platform, user_id)
except Exception:
except Exception as _e:
person_id = None
if not person_id:
return "?"