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

Minor fix

parent f4a9b7c6
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
...@@ -81,7 +81,7 @@ def condenser_post_object(row, truncate_body=0): ...@@ -81,7 +81,7 @@ def condenser_post_object(row, truncate_body=0):
post['url'] = row['url'] post['url'] = row['url']
post['root_title'] = row['root_title'] 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['max_accepted_payout'] = row['max_accepted_payout']
post['percent_steem_dollars'] = row['percent_steem_dollars'] 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