master
Aevann1 2021-09-10 07:17:42 +02:00
parent 105195c2b5
commit 7e46627a64
1 changed files with 1 additions and 1 deletions

View File

@ -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
del session[keys]
session.pop(keys)
print(session)
post.views += 1