Update export statistics

This commit is contained in:
bot 2024-12-16 18:45:13 +00:00
parent df6e3ac99d
commit d47b0d71a6
3 changed files with 5 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,5 @@
import argparse import argparse
import pathlib
import random import random
import time import time
from concurrent.futures import ThreadPoolExecutor as Executor from concurrent.futures import ThreadPoolExecutor as Executor
@ -6,8 +7,6 @@ from concurrent.futures import ThreadPoolExecutor as Executor
from ragnar import log from ragnar import log
from ragnar.bot import Bot from ragnar.bot import Bot
import pathlib
def parse_args(): def parse_args():
parser = argparse.ArgumentParser(description="Process username and password.") 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: with pathlib.Path("errors.log").open("a+") as f:
f.write(str(ex)) f.write(str(ex))
f.write("\n") f.write("\n")
break break
def main(): def main():
@ -41,9 +40,9 @@ def main():
usernames = [ usernames = [
# "no-spam1", # "no-spam1",
# "no-spam2", # "no-spam2",
#"no-spam3", # "no-spam3",
#"no-spam4", # "no-spam4",
#"no-spam", # "no-spam",
"no-spam2353", "no-spam2353",
"no-spam2351", "no-spam2351",
"no-spam2350", "no-spam2350",