问题修复
This commit is contained in:
@@ -34,7 +34,8 @@ class Glimpse():
|
|||||||
if self.activated_num == 0:
|
if self.activated_num == 0:
|
||||||
return
|
return
|
||||||
self.avg_efactor = round(self.avg_efactor / self.activated_num, 2)
|
self.avg_efactor = round(self.avg_efactor / self.activated_num, 2)
|
||||||
self.next_date = -1
|
if self.next_date == 0x3f3f3f3f:
|
||||||
|
self.next_date = -1
|
||||||
return
|
return
|
||||||
|
|
||||||
class Apparatus():
|
class Apparatus():
|
||||||
|
Reference in New Issue
Block a user