From e18f060a16a0a1325dc94e7d3422b3a7c284864b Mon Sep 17 00:00:00 2001 From: xtaodada Date: Sat, 29 Oct 2022 15:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20gacha=5Fcount=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gacha_log/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gacha_log/models.py b/modules/gacha_log/models.py index 764dd47b..8b1085fc 100644 --- a/modules/gacha_log/models.py +++ b/modules/gacha_log/models.py @@ -122,6 +122,7 @@ class Pool: self.count += 1 if not self.start_init: self.start = i.time + self.start_init = True self.end = i.time def to_list(self):