🐛 Fix gacha_count time

This commit is contained in:
xtaodada 2022-10-29 15:39:06 +08:00
parent 638c11bc1c
commit e18f060a16
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -122,6 +122,7 @@ class Pool:
self.count += 1 self.count += 1
if not self.start_init: if not self.start_init:
self.start = i.time self.start = i.time
self.start_init = True
self.end = i.time self.end = i.time
def to_list(self): def to_list(self):