bugfix logger

This commit is contained in:
pedro 2024-11-27 01:21:52 +01:00 committed by sergio-gimenez
parent d206eb18ac
commit 5b3cf68f59

View file

@ -38,5 +38,5 @@ class CustomFormatter(logging.Formatter):
return super().format(record) return super().format(record)
def highlight_message(self, message, args, color): def highlight_message(self, message, color):
return f"{color}{message}{RESET}" return f"{color}{message}{RESET}"