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