forked from LBRYCommunity/lbry-sdk
fix --wallet=lbrycrd argument
This commit is contained in:
parent
fe7700d726
commit
ab15074ae4
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ def update_settings_from_args(args):
|
||||||
if args.branch:
|
if args.branch:
|
||||||
to_pass['ui_branch'] = args.branch
|
to_pass['ui_branch'] = args.branch
|
||||||
to_pass['use_auth_http'] = args.useauth
|
to_pass['use_auth_http'] = args.useauth
|
||||||
to_pass['wallet_type'] = args.wallet
|
to_pass['wallet'] = args.wallet
|
||||||
settings.update(to_pass)
|
settings.update(to_pass)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue