Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-15 12:38:15 +02:00
commit fafbcb5699
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ def searchcomments(v):
if 'post' in criteria:
try: post = int(criteria['post'])
except: abort(404, f"Post with id {post} does not exist.")
except: abort(404)
comments = comments.filter(Comment.parent_submission == post)