Formatting fix

This commit is contained in:
Brian Whicheloe 2024-10-17 13:10:23 -07:00
parent 0dbca17002
commit d14c6b38c4

View file

@ -68,7 +68,7 @@ class ESPHomeLogFormatter(logging.Formatter):
def setup_log(
log_level = logging.INFO,
log_level=logging.INFO,
include_timestamp: bool = False,
) -> None:
import colorama