fix --password
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user