AttributeError: module 'brownie.network' has no attribute 'show' #1514
Answered
by
cromewar
praxis-dev
asked this question in
Q&A
-
Hi! I've encountered this error on 7:34 timestamp of the course. Google has nothing to offer! Please, advise.
My code:
|
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
May 28, 2022
Replies: 1 comment
-
Hello @vaporm |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @vaporm
You are using
network.show.active()
and the correct one isnetwork.show_active()
Cheers.