forked from indymedia/epicyon
Send to followers with delay
parent
a9f4247992
commit
0b6c6f16e2
1
posts.py
1
posts.py
|
@ -1654,6 +1654,7 @@ def sendToFollowers(session,baseDir: str, \
|
||||||
|
|
||||||
# for each instance
|
# for each instance
|
||||||
for followerDomain,followerHandles in grouped.items():
|
for followerDomain,followerHandles in grouped.items():
|
||||||
|
time.sleep(4)
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: follower handles for '+followerDomain)
|
print('DEBUG: follower handles for '+followerDomain)
|
||||||
pprint(followerHandles)
|
pprint(followerHandles)
|
||||||
|
|
Loading…
Reference in New Issue