Extra debug

main2
Bob Mottram 2019-11-07 19:23:56 +00:00
parent a3cc8184bb
commit 57d29d49a0
1 changed files with 3 additions and 1 deletions

View File

@ -1703,8 +1703,10 @@ def sendToFollowers(session,baseDir: str, \
else: else:
# send to individual followers without using a shared inbox # send to individual followers without using a shared inbox
for handle in followerHandles: for handle in followerHandles:
if debug:
print('DEBUG: Sending to '+handle)
toNickname=handle.split('@')[0] toNickname=handle.split('@')[0]
if debug: if debug:
if postJsonObject['type']!='Update': if postJsonObject['type']!='Update':
print('DEBUG: Sending from '+nickname+'@'+domain+' to '+toNickname+'@'+toDomain) print('DEBUG: Sending from '+nickname+'@'+domain+' to '+toNickname+'@'+toDomain)