@@ -98,6 +98,7 @@ def read_csv(file_path: str) -> List[List[str]]:
def main():
from logging_config import setup_logging
setup_logging()
+ logging.getLogger(__name__).setLevel(logging.DEBUG)
file_path = "/home/mrh/code/excel_tool/temp/测试.csv"
read_csv(file_path)