Skip to content
Snippets Groups Projects
Commit 2bf7b5dc authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Minor fix

parent 79cc097b
No related branches found
No related tags found
5 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!16Dk issue 3 concurrent block query rebase,!15Dk issue 3 concurrent block query
......@@ -79,7 +79,7 @@ def condenser_post_object(row, truncate_body=0):
post['url'] = row['url']
post['root_title'] = row['root_title']
post['beneficiaries'] = row['beneficiaries']
post['beneficiaries'] = json.loads(row['beneficiaries'])
post['max_accepted_payout'] = row['max_accepted_payout']
post['percent_steem_dollars'] = row['percent_steem_dollars']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment