This commit is contained in:
Aevann1 2021-09-10 07:23:04 +02:00
parent 899c202ca0
commit 5fe6a57c81

View file

@ -190,7 +190,6 @@ def post_id(pid, anything=None, v=None):
keys = []
for key, val in session.items():
print(key)
if type(val) is int and key not in ['login_nonce','user_id']:
if time.time() - val > 86400: keys.append(key)