forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-26 05:17:10 +02:00
parent c045abd480
commit bdadaf6e4d
1 changed files with 2 additions and 2 deletions

View File

@ -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