reorganized folder struct

This commit is contained in:
piair 2024-02-27 00:32:52 +01:00
parent 2e0f148d0c
commit 26c4869830
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class ColoredFormatter(logging.Formatter):
# Set up the root logger
root_logger = logging.getLogger()
root_logger.setLevel(logging.INFO)
root_logger.setLevel(logging.DEBUG)
# Create a console handler and set the formatter
ch = logging.StreamHandler()