From b4d6199eae61715f8a4ad6db9aed9b8f03198b64 Mon Sep 17 00:00:00 2001 From: Qrow Date: Fri, 6 Sep 2024 18:21:45 +0200 Subject: [PATCH] Dinner fix --- telegram_bot/dinner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telegram_bot/dinner.py b/telegram_bot/dinner.py index 181a352..d862251 100644 --- a/telegram_bot/dinner.py +++ b/telegram_bot/dinner.py @@ -10,7 +10,7 @@ logger = structlog.get_logger() -#FOOD_THREAD_ID = 4226 +FOOD_THREAD_ID = 4226 def default_factory(): @@ -26,7 +26,7 @@ def async_only_dinner_chat(func): async def wrapper(update: Update, context: ContextTypes.DEFAULT_TYPE): if ( update.effective_message - #and update.effective_message.message_thread_id == FOOD_THREAD_ID + and update.effective_message.message_thread_id == FOOD_THREAD_ID ): logger.info( "Handling request in Food Topic thread",