Send to followers with delay

main2
Bob Mottram 2019-11-04 10:14:59 +00:00
parent a9f4247992
commit 0b6c6f16e2
1 changed files with 1 additions and 0 deletions

View File

@ -1654,6 +1654,7 @@ def sendToFollowers(session,baseDir: str, \
# for each instance
for followerDomain,followerHandles in grouped.items():
time.sleep(4)
if debug:
print('DEBUG: follower handles for '+followerDomain)
pprint(followerHandles)