Posts

avatar of @themarkymark
25
@themarkymark
·
·
0 views
·
1 min read

Two suggestions.

  1. 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.

  2. 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) 

Posted Using LeoFinance