forked from indymedia/epicyon
http when using actor option
parent
7120630bf4
commit
35ec570558
|
@ -735,7 +735,7 @@ if args.actor:
|
||||||
nickname=args.actor.split('@')[0]
|
nickname=args.actor.split('@')[0]
|
||||||
domain=args.actor.split('@')[1].replace('\n','')
|
domain=args.actor.split('@')[1].replace('\n','')
|
||||||
wfCache={}
|
wfCache={}
|
||||||
if domain.endswith('.onion'):
|
if args.http or domain.endswith('.onion'):
|
||||||
httpPrefix='http'
|
httpPrefix='http'
|
||||||
port=80
|
port=80
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue