fd
This commit is contained in:
parent
1c011a3418
commit
116484841c
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ def post_id(pid, anything=None, v=None):
|
|||
session[str(post.id)] = int(time.time())
|
||||
|
||||
for key, val in session.items():
|
||||
if type(val) is int:
|
||||
if type(val) is int and key not in ['login_nonce','user_id']:
|
||||
print(key + str(val))
|
||||
|
||||
post.views += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue