From 6338415e208ce449b21d021931a8fa68baadb067 Mon Sep 17 00:00:00 2001 From: sergey Date: Thu, 26 Sep 2024 22:09:23 +0300 Subject: [PATCH] test actions --- tg-bot-app/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tg-bot-app/config.py b/tg-bot-app/config.py index 93018ab..16318be 100644 --- a/tg-bot-app/config.py +++ b/tg-bot-app/config.py @@ -37,7 +37,6 @@ class Settings(BaseSettings): settings = Settings() -print(settings) def config_logging(level=logging.INFO): logging.basicConfig(