mirror of https://gitlab.com/bashrc2/epicyon
Remove any newline from password
parent
45e3ca7d48
commit
398bd246f5
|
@ -1799,6 +1799,8 @@ if args.notifications:
|
|||
print('Specify a password with the --password option')
|
||||
sys.exit()
|
||||
|
||||
args.password = args.password.replace('\n', '')
|
||||
|
||||
proxyType = None
|
||||
if args.tor or domain.endswith('.onion'):
|
||||
proxyType = 'tor'
|
||||
|
|
Loading…
Reference in New Issue