修改踢出时间为120S

This commit is contained in:
洛水居室 2022-06-11 14:20:40 +08:00
parent cd545b914b
commit 4c4ef4be02
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -36,7 +36,7 @@ class Auth:
self.send_time = time.time()
self.generator = Generator(MT19937(int(self.send_time)))
self.time_out = 120
self.kick_time = 1200
self.kick_time = 120
def random(self, low: int, high: int) -> int:
if self.send_time + 24 * 60 * 60 >= time.time():