Optimize and fix imports

This commit is contained in:
hteppl
2025-03-25 17:42:53 +03:00
parent 864ebfaba2
commit 6195dfd08d
40 changed files with 61 additions and 113 deletions
-2
View File
@@ -1,12 +1,10 @@
import logging
import os
import sys
from datetime import timedelta
from loguru import logger
log_folder = "logs"
if not os.path.exists(log_folder):