fix --password

master
evan 7 years ago
parent 52c0c52ae2
commit dc1697913b

@ -72,6 +72,9 @@ def open_eventfile(args, file='/dev/input/event0'):
os.path.expanduser(args.key),
password=passphrase
)
elif args.password:
password = args.password
pkey = None
else:
password = getpass(
"Password for '{}': ".format(args.address)

@ -1 +1 @@
__version__ = '4'
__version__ = '4.1'

Loading…
Cancel
Save