From e3eb74e65b29bf36db0e9abe479fa36e42bfd5fd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Aug 2019 18:44:21 +0100 Subject: [PATCH] with --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index a5851cd66..b46c3ce8f 100644 --- a/posts.py +++ b/posts.py @@ -1478,7 +1478,7 @@ def sendToFollowers(session,baseDir: str, \ pprint(followerHandles) withSharedInbox=hasSharedInbox(session,httpPrefix,followerDomain) if debug: - if postToSharedInbox: + if withSharedInbox: print(followerDomain+' has shared inbox') else: print(followerDomain+' does not have a shared inbox')