forked from indymedia/epicyon
Typo
parent
3fe3dd06a9
commit
91c7d7b226
2
posts.py
2
posts.py
|
@ -1898,7 +1898,7 @@ def sendToFollowers(session,baseDir: str, \
|
||||||
fromDomain=domain
|
fromDomain=domain
|
||||||
fromHttpPrefix=httpPrefix
|
fromHttpPrefix=httpPrefix
|
||||||
if onionDomain:
|
if onionDomain:
|
||||||
if toDomain.endswidth('.onion'):
|
if toDomain.endswith('.onion'):
|
||||||
fromDomain=onionDomain
|
fromDomain=onionDomain
|
||||||
fromHttpPrefix='http'
|
fromHttpPrefix='http'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue