Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale committed Dec 23, 2023
1 parent cb0b682 commit 682f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
import colorlog

_FORMAT = "%(log_color)s%(levelname)s] %(message)s"
_FORMAT = "%(log_color)s%(levelname)s: %(message)s"
_DATE_FORMAT = "%m-%d %H:%M:%S"


Expand Down

0 comments on commit 682f845

Please sign in to comment.