From 1b33bb8618ab6bfe498ce56d11ebc79ef99165b7 Mon Sep 17 00:00:00 2001 From: david-ajax Date: Sun, 14 Sep 2025 23:27:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=97=A7=E7=89=88=20Textual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reactor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reactor.py b/reactor.py index ff9a414..92b5e5d 100644 --- a/reactor.py +++ b/reactor.py @@ -30,6 +30,7 @@ class Glimpse(): self.activated_num += 1 if self.next_date == 0x3f3f3f3f: self.next_date = -1 + self.is_initialized = 0 if self.activated_num == 0: return self.avg_efactor = round(self.avg_efactor / self.activated_num, 2)