forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-10 07:10:27 +02:00
parent c43a37a339
commit fd70685748
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 i in session.values():
print(i)
print(type(i))
post.views += 1
g.db.add(post)