v0.2.0.6(2024/08/09)
1. [t_change_ui: all files] - 修改了 logger 的实现 - 尤其是 clibs.py,使用日志字典,重写了日志记录的功能
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
# _*_ encoding:utf-8 _*_
|
||||
import pdfplumber
|
||||
from openpyxl import load_workbook
|
||||
from os import remove
|
||||
from sys import argv
|
||||
from logging import getLogger, INFO
|
||||
from commons import clibs
|
||||
|
||||
logger = getLogger(__file__)
|
||||
logger.setLevel(INFO)
|
||||
logger = clibs.log_prod
|
||||
|
||||
|
||||
def p_iso(file, p_files, ws, tmpfile):
|
||||
|
Reference in New Issue
Block a user