fix --wallet=lbrycrd argument

This commit is contained in:
Jack 2016-11-05 14:10:26 -04:00
parent fe7700d726
commit ab15074ae4

View file

@ -115,7 +115,7 @@ def update_settings_from_args(args):
if args.branch:
to_pass['ui_branch'] = args.branch
to_pass['use_auth_http'] = args.useauth
to_pass['wallet_type'] = args.wallet
to_pass['wallet'] = args.wallet
settings.update(to_pass)