Mensa Integration
This commit is contained in:
@ -55,7 +55,6 @@ def logOut(token: int, cookie: str):
|
||||
headers=headers, data={})
|
||||
|
||||
|
||||
|
||||
def checkLifetime(timecode: float):
|
||||
if time.time() - timecode > 1800:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user