forked from indymedia/epicyon
Extra debug
parent
a3cc8184bb
commit
57d29d49a0
4
posts.py
4
posts.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue