diff --git a/reactor.py b/reactor.py index 5e0c69b..ff9a414 100644 --- a/reactor.py +++ b/reactor.py @@ -33,8 +33,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 + self.next_date = -1 return class Apparatus():