remotes/1693045480750635534/spooky-22
Aevann1 2021-09-10 07:23:04 +02:00
parent 0313237458
commit a22b2c8275
1 changed files with 0 additions and 1 deletions

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)