remotes/1693045480750635534/spooky-22
Aevann1 2021-09-10 07:11:27 +02:00
parent fd70685748
commit 23290c96bc
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(type(i))
print(type(i) is int)
post.views += 1
g.db.add(post)