remotes/1693045480750635534/spooky-22
Aevann1 2021-09-10 07:12:52 +02:00
parent 22c681847d
commit ab40754f15
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ def post_id(pid, anything=None, v=None):
for key, val in session.items():
if type(val) is int:
print(key + val)
print(key + str(val))
post.views += 1
g.db.add(post)