refactor conf.settings
This commit is contained in:
parent
8a026071eb
commit
267c6cbaca
46 changed files with 568 additions and 586 deletions
scripts
|
@ -66,7 +66,7 @@ def main(args=None):
|
|||
lbryid=utils.generate_id(),
|
||||
blob_dir=blob_dir,
|
||||
dht_node_port=4444,
|
||||
known_dht_nodes=conf.settings.known_dht_nodes,
|
||||
known_dht_nodes=conf.settings['known_dht_nodes'],
|
||||
peer_port=3333,
|
||||
use_upnp=False,
|
||||
wallet=wallet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue