remotes/1693045480750635534/spooky-22
Aevann1 2021-07-26 05:16:08 +02:00
parent c9629267c5
commit c045abd480
1 changed files with 4 additions and 1 deletions

View File

@ -116,7 +116,10 @@ def get_post(pid, v=None, graceful=False, **kwargs):
blocking,
blocking.c.target_id == Submission.author_id,
isouter=True
).first()
)
print(items.all())
items=items.first()
print('ggg')
if not items and not graceful: