steemit / steem-python

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

AttributeError: 'Post' object has no attribute 'post' #65

Closed noneedtoask closed 6 years ago

noneedtoask commented 6 years ago

Has anyone this issue yet when editing an existing post?

File "edit_post.py", line 49, in post_steem returncode = p.edit(body=body) File "/testenv/lib/python3.6/site-packages/steem/post.py", line 288, in edit return self.post( File "/testenv/lib/python3.6/site-packages/steem/post.py", line 123, in ge attr return object.getattribute(self, key) AttributeError: 'Post' object has no attribute 'post'

cyon1c commented 6 years ago

Closing. If this is still an issue, please comment and add a code sample that causes this failure.