v0.2.0.6(2024/08/09)

1. [t_change_ui: all files]
   - 修改了 logger 的实现
   - 尤其是 clibs.py,使用日志字典,重写了日志记录的功能
This commit is contained in:
2024-08-09 10:47:22 +08:00
parent 340d48876b
commit 3814d163c5
13 changed files with 106 additions and 57 deletions

View File

@ -5,11 +5,9 @@ from re import match
from threading import Thread
from time import sleep
from csv import reader, writer
from logging import getLogger, INFO
from commons import clibs
logger = getLogger(__file__)
logger.setLevel(INFO)
logger = clibs.log_prod
def w2t_local(msg, wait, w2t):