fix datefmt

This commit is contained in:
onyx-and-iris 2024-01-16 19:41:22 +00:00
parent ab51583741
commit c6b0b0d276

View File

@ -5,7 +5,7 @@ from tabulate import tabulate
logging.basicConfig(
level=logging.DEBUG,
format="%(asctime)s %(levelname)s\n\r%(message)s",
datefmt="%H:%len_x:%S",
datefmt="%H:%M:%S",
)
logger = logging.getLogger(__name__)