问题修复

This commit is contained in:
2025-09-14 23:29:01 +08:00
parent 1b33bb8618
commit 44573624aa

View File

@@ -34,6 +34,7 @@ class Glimpse():
if self.activated_num == 0:
return
self.avg_efactor = round(self.avg_efactor / self.activated_num, 2)
if self.next_date == 0x3f3f3f3f:
self.next_date = -1
return