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

Testing, testing, fixes, improvements...

parent 2bf7b5dc
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): ...@@ -79,7 +79,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'] = json.loads(row['beneficiaries']) post['beneficiaries'] = 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