forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-10 07:18:55 +02:00
parent 0897887b0c
commit c3de3e0ced
1 changed files with 1 additions and 0 deletions

View File

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