Update export statistics
This commit is contained in:
parent
df6e3ac99d
commit
d47b0d71a6
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
BIN
dist/Ragnar-1.3.37-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/ragnar-1.3.37.tar.gz
vendored
BIN
dist/ragnar-1.3.37.tar.gz
vendored
Binary file not shown.
@ -1,4 +1,5 @@
|
||||
import argparse
|
||||
import pathlib
|
||||
import random
|
||||
import time
|
||||
from concurrent.futures import ThreadPoolExecutor as Executor
|
||||
@ -6,8 +7,6 @@ from concurrent.futures import ThreadPoolExecutor as Executor
|
||||
from ragnar import log
|
||||
from ragnar.bot import Bot
|
||||
|
||||
import pathlib
|
||||
|
||||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser(description="Process username and password.")
|
||||
@ -33,7 +32,7 @@ def bot_task(username, password):
|
||||
with pathlib.Path("errors.log").open("a+") as f:
|
||||
f.write(str(ex))
|
||||
f.write("\n")
|
||||
break
|
||||
break
|
||||
|
||||
|
||||
def main():
|
||||
@ -41,9 +40,9 @@ def main():
|
||||
usernames = [
|
||||
# "no-spam1",
|
||||
# "no-spam2",
|
||||
#"no-spam3",
|
||||
#"no-spam4",
|
||||
#"no-spam",
|
||||
# "no-spam3",
|
||||
# "no-spam4",
|
||||
# "no-spam",
|
||||
"no-spam2353",
|
||||
"no-spam2351",
|
||||
"no-spam2350",
|
||||
|
Loading…
Reference in New Issue
Block a user