From 02578805ea33ff0698ca47eb9dc96a5e3903bc9f Mon Sep 17 00:00:00 2001 From: user Date: Mon, 28 Oct 2024 17:58:31 +0300 Subject: [PATCH] fix misprint --- app/core/background/indexer_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/background/indexer_service.py b/app/core/background/indexer_service.py index f22da3e..aacfbaf 100644 --- a/app/core/background/indexer_service.py +++ b/app/core/background/indexer_service.py @@ -50,7 +50,7 @@ async def indexer_loop(memory, platform_found: bool, seqno: int) -> [bool, int]: try: user = new_license.user if user.telegram_id and licensed_content: - await (Wrapped_CBotChat(memory._telegram_bot, chat_id=user.telegram_id)).send_content( + await (Wrapped_CBotChat(memory._telegram_bot, chat_id=user.telegram_id, user=user)).send_content( session, licensed_content ) except BaseException as e: