main
Bob Mottram 2020-07-08 11:17:30 +01:00
parent a82d487b1f
commit 66204e96dc
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ if args.postDomains:
if postsPort != 80 and postsPort != 443: if postsPort != 80 and postsPort != 443:
args.postDomains += ':' + str(postsPort) args.postDomains += ':' + str(postsPort)
else: else:
print('Syntax: --posts nickname@domain') print('Syntax: --postDomains nickname@domain')
sys.exit() sys.exit()
if not args.http: if not args.http:
args.port = 443 args.port = 443