log
Some checks failed
Deploy to core / deploy (push) Failing after 2m7s

This commit is contained in:
Untone 2024-02-20 18:42:14 +03:00
parent 20e9add575
commit 86754c341d

View File

@ -25,8 +25,7 @@ def get_colorful_logger(name):
log_colors=color_scheme,
secondary_log_colors=secondary_colors, # Set secondary log colors
style='%',
reset=True,
msg_color='white' # Set message color to white
reset=True
)
# Create a stream handler for logging output