mirror of https://gitlab.com/bashrc2/epicyon
Send out follow requests more slowly
parent
1cda2d740e
commit
4103249917
|
@ -162,7 +162,7 @@ def run_import_following(base_dir: str, httpd):
|
||||||
"""Sends out follow requests for imported following csv files
|
"""Sends out follow requests for imported following csv files
|
||||||
"""
|
"""
|
||||||
while True:
|
while True:
|
||||||
time.sleep(10)
|
time.sleep(20)
|
||||||
|
|
||||||
# get a list of accounts on the instance, in random sequence
|
# get a list of accounts on the instance, in random sequence
|
||||||
accounts_list = []
|
accounts_list = []
|
||||||
|
|
Loading…
Reference in New Issue