You are viewing a single comment's thread from:
RE: Part 6: How To Automatically Reply To Mentions Using Steem-Python
I managed to fix it by specifying my username in the post function:
post.reply(body=comment,author='kirkins')
I managed to fix it by specifying my username in the post function:
post.reply(body=comment,author='kirkins')