From 91c7d7b226cd0fc3768193b84474e0902fcd843d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Mar 2020 19:31:41 +0000 Subject: [PATCH] Typo --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'