master
Bob Mottram 2019-08-26 18:44:21 +01:00
parent cb5594d0ca
commit e3eb74e65b
1 changed files with 1 additions and 1 deletions

View File

@ -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')