Mensa Integration

This commit is contained in:
2023-11-29 15:04:28 +01:00
parent 315d882502
commit 40fde2445c
4 changed files with 38 additions and 9 deletions

View File

@ -55,7 +55,6 @@ def logOut(token: int, cookie: str):
headers=headers, data={})
def checkLifetime(timecode: float):
if time.time() - timecode > 1800:
return False