Update export statistics

This commit is contained in:
bot
2024-12-15 00:36:51 +00:00
parent 7805a3bee2
commit 2f7231b8d9
3 changed files with 2 additions and 2 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -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: