一点错误

This commit is contained in:
meng_xi_pan
2025-03-16 18:06:25 +08:00
parent ff18136dc7
commit a6ee45cbf5
2 changed files with 3 additions and 3 deletions

View File

@@ -317,7 +317,7 @@ class RelationshipManager:
chat_stream=chat_stream, relationship_value=value
)
def build_relationship_info(person) -> str:
def build_relationship_info(self,person) -> str:
relationship_value = relationship_manager.get_relationship(person).relationship_value
if -1000 <= relationship_value < -227:
level_num = 0