steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 99 forks source link

Commit.post has invalid defaults #141

Open tpaixao opened 6 years ago

tpaixao commented 6 years ago

When posting a top-level comment using

steem.commit.post(title,body,author,permlink,reply_indentifier,json_metadata,comment_options,community,tags)

you NEED to set the tags argument to the category you want the post to appear in. Otherwise, you get an error about your permlink being the wrong size. However, the default value is None.