漏了一处参数

This commit is contained in:
meng_xi_pan
2025-04-16 11:38:39 +08:00
parent def7e7a000
commit cce0c65ff5

View File

@@ -227,7 +227,7 @@ class MxpWillingManager(BaseWillingManager):
self.chat_fatigue_punishment_list[chat.stream_id] = [ self.chat_fatigue_punishment_list[chat.stream_id] = [
(current_time, self.number_of_message_storage * self.basic_maximum_willing / self.expected_replies_per_min * 60) (current_time, self.number_of_message_storage * self.basic_maximum_willing / self.expected_replies_per_min * 60)
] ]
self.chat_fatigue_willing_attenuation[chat.stream_id] = - 2 * self.basic_maximum_willing self.chat_fatigue_willing_attenuation[chat.stream_id] = - 2 * self.basic_maximum_willing * self.fatigue_coefficient