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}")
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user