Update export statistics
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+2
-2
@@ -20,7 +20,7 @@ def bot_task(username, password):
|
||||
log.info(f"Created new bot runniner. Username: {username}")
|
||||
time.sleep(random.randint(1, 20))
|
||||
while True:
|
||||
|
||||
|
||||
time.sleep(random.randint(1, 120))
|
||||
bot = Bot(username=username, password=password)
|
||||
bot.login()
|
||||
@@ -56,7 +56,7 @@ def main():
|
||||
"AnneRose",
|
||||
"GregoryBowman",
|
||||
"LeahVasquez",
|
||||
"JamesMedina"
|
||||
"JamesMedina",
|
||||
]
|
||||
|
||||
with Executor(len(usernames) + 1) as executor:
|
||||
|
||||
Reference in New Issue
Block a user