Update export statistics
This commit is contained in:
parent
7805a3bee2
commit
2f7231b8d9
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Normal file
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
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Normal file
Binary file not shown.
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user