Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-13 11:16:04 +00:00
commit 9d760abeb1
1 changed files with 2 additions and 0 deletions

View File

@ -1799,6 +1799,8 @@ if args.notifications:
print('Specify a password with the --password option') print('Specify a password with the --password option')
sys.exit() sys.exit()
args.password = args.password.replace('\n', '')
proxyType = None proxyType = None
if args.tor or domain.endswith('.onion'): if args.tor or domain.endswith('.onion'):
proxyType = 'tor' proxyType = 'tor'