resphina GitHub пре 1 година
родитељ
комит
79e4af315e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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)


Loading…
Откажи
Сачувај