From e30cefeb44adaf3d031d47b249e2376698782f04 Mon Sep 17 00:00:00 2001 From: david-ajax Date: Sun, 14 Sep 2025 23:23:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor.py b/reactor.py index 05ba79e..356a986 100644 --- a/reactor.py +++ b/reactor.py @@ -22,7 +22,7 @@ class Glimpse(): self.is_initialized = 1 self.total_num = len(self.elt_u.electrons) for i in self.elt_u.electrons: - if i['next_date'] != 0: + if i['next_date'] > 0: self.next_date = min(self.next_date, i['next_date']) self.lastest_date = max(self.lastest_date, i['last_date']) if i['is_activated']: