From 44573624aa59f3fd68f5b82020700051866de717 Mon Sep 17 00:00:00 2001 From: david-ajax Date: Sun, 14 Sep 2025 23:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reactor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactor.py b/reactor.py index 92b5e5d..7c117cc 100644 --- a/reactor.py +++ b/reactor.py @@ -34,7 +34,8 @@ class Glimpse(): if self.activated_num == 0: return 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 class Apparatus():