This commit is contained in:
Untone 2025-03-09 21:01:52 +03:00
parent 20eba36c65
commit 856f4ffc85

View File

@ -13,7 +13,7 @@ def filter(record: logging.LogRecord):
record.emoji = (
"🔍"
if record.levelno == logging.DEBUG
else "🖊️"
else ""
if record.levelno == logging.INFO
else "🚧"
if record.levelno == logging.WARNING