소스 검색

Update log.py

resphina 2 년 전
부모
커밋
79e4af315e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/log.py

+ 1 - 1
common/log.py

@@ -20,7 +20,7 @@ def _reset_logger(log):
     file_handle.setFormatter(
         logging.Formatter(
             "[%(levelname)s][%(asctime)s][%(filename)s:%(lineno)d] - %(message)s",
-              datefmt="%Y-%m-%d %H:%M:%S",
+            datefmt="%Y-%m-%d %H:%M:%S",
         )
     )
     log.addHandler(file_handle)