diff --git a/src/person_info/relationship_fetcher.py b/src/person_info/relationship_fetcher.py index e7c22f676..3db1e731e 100644 --- a/src/person_info/relationship_fetcher.py +++ b/src/person_info/relationship_fetcher.py @@ -171,7 +171,8 @@ class RelationshipFetcher: neuroticism_info = f"{person_name}的情绪比较稳定," else: neuroticism_info = f"{person_name}的情绪非常稳定,毫无波动" - + + points_info = "" if points_text: points_info = f"你还记得ta最近做的事:{points_text}"