Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fa5708

Browse files
author
Kotsias, Panagiotis-Christos
committed
Changed config path
1 parent ff9843e commit 6fa5708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_modules.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
from etherscan.etherscan import Etherscan
99

10-
CONFIG_PATH = "etherscan/configs/stable.json"
11-
API_KEY = os.environ["API_KEY"] # Encrypted env var by Travis
10+
CONFIG_PATH = "configs/stable.json"
11+
API_KEY = os.environ["API_KEY"] # Encrypted env var by Travis
1212

1313

1414
def load(fname):

0 commit comments

Comments
 (0)