Words
35
Reading
1 min
Listen
Play
6y
Two suggestions.
Include a link to the code, so people can just run it or put it in text form using triple ` on the line before and after to create a code block.
Used shared instance so you don't have to keep passing it around.
from beem.instance import set_shared_hive_instance
hive = Hive(node=nodes)
set_shared_hive_instance(hive)
RE: Getting the List of Hive Usernames & Their Wallet Balances the Hard Way