mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 12:02:16 +00:00
🐛 Fix gacha_count time
This commit is contained in:
parent
638c11bc1c
commit
e18f060a16
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user