diff --git a/posts.py b/posts.py index fed36e81..2125595d 100644 --- a/posts.py +++ b/posts.py @@ -1898,7 +1898,7 @@ def sendToFollowers(session,baseDir: str, \ fromDomain=domain fromHttpPrefix=httpPrefix if onionDomain: - if toDomain.endswidth('.onion'): + if toDomain.endswith('.onion'): fromDomain=onionDomain fromHttpPrefix='http'