Remove unused imports and clean up code structure across multiple files

This commit is contained in:
2025-05-13 11:39:47 +02:00
parent 99b9f50784
commit 0c8ecb2054
19 changed files with 84 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ import sys
logger = log
logger.remove()
logger.add("logs/application.log", rotation="1 week", enqueue=True)
logger.add("logs/application.log", rotation="1 week", retention="1 month", enqueue=True)
log.add(
"logs/availthread.log",
)