remotes/1693045480750635534/spooky-22
Aevann1 2021-07-26 05:22:08 +02:00
parent 838f94441b
commit d087e10fa2
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def get_post(pid, v=None, graceful=False, **kwargs):
items = g.db.query(
Submission
).filter(Submission.id == i).first()
print(items)
print('help')
if not items and not graceful:
abort(404)