fixbug: send useless message to nobody from QaEngineer

This commit is contained in:
莘权 马 2023-11-23 21:38:39 +08:00
parent 66cff9023f
commit 9a3c92ed11

View file

@ -100,8 +100,8 @@ class QaEngineer(Role):
content=str(file_info),
role=self.profile,
cause_by=WriteTest,
sent_from=self.profile,
send_to=self.profile,
sent_from=self,
send_to=self,
)
self.publish_message(msg)
@ -182,5 +182,6 @@ class QaEngineer(Role):
role=self.profile,
cause_by=WriteTest,
sent_from=self.profile,
send_to=""
)
return result_msg