logging-conf-fix

This commit is contained in:
2024-09-27 11:28:41 +03:00
parent 66d0bba13c
commit ced6d12468
8 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import logging
from state.scan import get_all_pattern, get_average_pattern
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)
start_message = {
"en": "Welcome home! You can type any message here to be passed to chat",