Skip to content
Snippets Groups Projects
Commit b3f53876 authored by inertia's avatar inertia
Browse files

beem fix

parent 9bc9c4c9
No related branches found
No related tags found
2 merge requests!67Merge Python Tutorials and HTML Proofs to Production,!6231 maintenance
......@@ -27,7 +27,7 @@ Example for operation Stream:
Example for decentralized exchange:
~~~ python
from steem import Hive
from beem import Hive
import os
import json
steem = Hive(wif="<posting-key-for-default-author>")
......@@ -57,7 +57,7 @@ for a in blockchain.ops()
~~~ python
from pprint import pprint
from steem import Hive
from beem import Hive
from steem.dex import Dex
steem = Hive()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment