Skip to content

Commit

Permalink
Changed config path for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcko1 authored Oct 14, 2020
1 parent 4fa4786 commit 2b98768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ In `python`, create a client with your personal [Etherscan.io](Etherscan.io) API
from etherscan import Etherscan
api_key = YOUR_API_KEY # use quotation marks because it is a Python string
config_path = "etherscan/configs/stable.json"
config_path = "configs/stable.json"
eth = Etherscan.from_config(config_path, api_key)
```
Expand Down

0 comments on commit 2b98768

Please sign in to comment.