This commit is contained in:
Aevann1 2021-07-25 04:24:32 +02:00
parent f12fe48952
commit c9ed617ae5

View file

@ -117,7 +117,7 @@ def get_post(pid, v=None, graceful=False, **kwargs):
x = items[0] x = items[0]
x._voted = items[1] or 0 x._voted = items[1] or 0
x._is_blocking = items[4] or 0 x._is_blocking = items[2] or 0
else: else:
items = g.db.query( items = g.db.query(