resphina 2 лет назад
Родитель
Сommit
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)