dfdf
This commit is contained in:
parent
be431f096d
commit
73e35ee570
1 changed files with 2 additions and 2 deletions
|
@ -124,11 +124,11 @@ def get_post(pid, v=None, graceful=False, **kwargs):
|
|||
|
||||
if not items and not graceful:
|
||||
abort(404)
|
||||
|
||||
print('sexcuse me')
|
||||
x = items[0]
|
||||
x._voted = items[1] or 0
|
||||
x._is_blocking = items[2] or 0
|
||||
|
||||
print("what")
|
||||
else:
|
||||
items = g.db.query(
|
||||
Submission
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue