From 9f09c3bbb55d913b5d9a1ff959a273b18f8eed03 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 5 Apr 2024 14:02:50 +0300 Subject: [PATCH] fix misprint --- app/core/_utils/tg_process_template.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/core/_utils/tg_process_template.py b/app/core/_utils/tg_process_template.py index 13c9df2..6c1a076 100644 --- a/app/core/_utils/tg_process_template.py +++ b/app/core/_utils/tg_process_template.py @@ -47,7 +47,6 @@ async def tg_process_template( return await chat_wrap.send_message( text, reply_markup=keyboard, - content_id=content_id, **kwargs )