Guest User

Untitled

a guest
Jun 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. from web3 import Web3, HTTPProvider
  2. web3 = Web3(HTTPProvider('http://localhost:8545'))
  3.  
  4. print(web3.shh)
  5.  
  6. Traceback (most recent call last):
  7. File "dd.py", line 11, in <module>
  8. print(web3.shh)
  9. AttributeError: 'Web3' object has no attribute 'shh'
Add Comment
Please, Sign In to add comment