forked from indymedia/epicyon
Extra debug
parent
a3cc8184bb
commit
57d29d49a0
2
posts.py
2
posts.py
|
@ -1703,6 +1703,8 @@ 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:
|
||||||
|
|
Loading…
Reference in New Issue