remotes/1693045480750635534/spooky-22
Aevann1 2021-08-31 18:59:48 +02:00
parent 1a2ce00993
commit 550913d513
1 changed files with 3 additions and 3 deletions

View File

@ -163,11 +163,11 @@ def get_comment(i, v=None, graceful=False, **kwargs):
if v:
items = g.db.query(Comment)
comment=items.filter(Comment.id == i).first()
comment=g.db.query(Comment).filter(Comment.id == i).first()
print("sex")
if not comment and not graceful: abort(404)
print("fuck")
block = g.db.query(UserBlock).filter(
or_(