fd
This commit is contained in:
parent
9ab627c5c0
commit
88e001f80c
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 i in session.values():
|
||||
print(type(i))
|
||||
print(type(i) is int)
|
||||
|
||||
post.views += 1
|
||||
g.db.add(post)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue