From 6b9ce8c5225f60a005739b3ebee4b06a07e1bea1 Mon Sep 17 00:00:00 2001 From: Sazonov Andrey Date: Thu, 2 Apr 2026 17:55:27 +0300 Subject: [PATCH] fixik --- redirector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redirector.py b/redirector.py index dbd977d..51bd197 100644 --- a/redirector.py +++ b/redirector.py @@ -48,10 +48,10 @@ def read_config(cfg_file, section=None): exit(1) sections = [section] - logging.info(f"Используется конфиг: {section}") + logging.info(f"\nИспользуется конфиг: {section}") else: sections = config.sections() - logging.info(f"Используются ВСЕ конфиги: {', '.join(sections)}") + logging.info(f"\nИспользуются ВСЕ конфиги: {', '.join(sections)}") for sec in sections: cfg = config[sec]