remotes/1693045480750635534/spooky-22
parent
7e46627a64
commit
0897887b0c
|
@ -196,7 +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
|
||||
|
||||
session.pop(keys)
|
||||
for key in keys: session.pop(key)
|
||||
print(session)
|
||||
|
||||
post.views += 1
|
||||
|
|
Loading…
Reference in New Issue