This commit is contained in:
Aevann1 2021-08-31 18:59:48 +02:00
parent 2942778bd4
commit 8a9b7d505e

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_(