fdf
ops = [operations.CommentOptions(
**{"author": author,
"permlink": permlink,
"max_accepted_payout": "1000000.000 SBD",
"percent_steem_dollars": 10000,
"allow_votes": True,
"allow_curation_rewards": True,
'extensions': [[0, {
'beneficiaries': [
{'account': beneficiary, 'weight': weight},
]}]]
}
)]