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 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.")