mirror of https://github.com/Mai-with-u/MaiBot.git
解决冲突
parent
46a413abe4
commit
227fd8c972
|
|
@ -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 "?"
|
||||
|
|
|
|||
Loading…
Reference in New Issue