http when using actor option

master
Bob Mottram 2019-08-07 20:34:57 +01:00
parent 7120630bf4
commit 35ec570558
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ if args.actor:
nickname=args.actor.split('@')[0]
domain=args.actor.split('@')[1].replace('\n','')
wfCache={}
if domain.endswith('.onion'):
if args.http or domain.endswith('.onion'):
httpPrefix='http'
port=80
else: