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

BIN
dist/Ragnar-1.3.37-py3-none-any.whl vendored Normal file

Binary file not shown.

BIN
dist/ragnar-1.3.37.tar.gz vendored Normal file

Binary file not shown.

View File

@ -20,7 +20,7 @@ def bot_task(username, password):
log.info(f"Created new bot runniner. Username: {username}") log.info(f"Created new bot runniner. Username: {username}")
time.sleep(random.randint(1, 20)) time.sleep(random.randint(1, 20))
while True: while True:
time.sleep(random.randint(1, 120)) time.sleep(random.randint(1, 120))
bot = Bot(username=username, password=password) bot = Bot(username=username, password=password)
bot.login() bot.login()
@ -56,7 +56,7 @@ def main():
"AnneRose", "AnneRose",
"GregoryBowman", "GregoryBowman",
"LeahVasquez", "LeahVasquez",
"JamesMedina" "JamesMedina",
] ]
with Executor(len(usernames) + 1) as executor: with Executor(len(usernames) + 1) as executor: