mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-12 13:39:52 +00:00
minor
This commit is contained in:
parent
bf8821f243
commit
7db29e327e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import electrum, getpass, base64,ast,sys
|
||||||
|
|
||||||
try:
|
try:
|
||||||
path = sys.argv[1]
|
path = sys.argv[1]
|
||||||
else:
|
except:
|
||||||
path = None
|
path = None
|
||||||
wallet = electrum.Wallet(path)
|
wallet = electrum.Wallet(path)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue