Solve conflicts + pre-commit run -a

This commit is contained in:
Cadene
2024-02-29 23:31:32 +00:00
parent 0b9027f05e
commit ae050d2e94
8 changed files with 26 additions and 41 deletions

View File

@@ -33,7 +33,7 @@ def init_logging():
logging.getLogger().addHandler(console_handler)
def format_number_KMB(num):
def format_big_number(num):
suffixes = ["", "K", "M", "B", "T", "Q"]
divisor = 1000.0