forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-10 07:13:17 +02:00
parent ab40754f15
commit 9b385c5532
1 changed files with 1 additions and 1 deletions

View File

@ -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