seperate rpc configs in app and cli
This commit is contained in:
parent
407bae12cf
commit
86453c793a
@ -1,6 +1,6 @@
|
||||
import json
|
||||
|
||||
def read_rpc_config(filename="../rpc_config.json"):
|
||||
def read_rpc_config(filename="rpc_config.json"):
|
||||
with open(filename, "r") as config_file:
|
||||
config = json.load(config_file)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user