fix misprint

This commit is contained in:
user 2024-10-28 17:58:31 +03:00
parent 7c4b0dd00d
commit 02578805ea
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ async def indexer_loop(memory, platform_found: bool, seqno: int) -> [bool, int]:
try: try:
user = new_license.user user = new_license.user
if user.telegram_id and licensed_content: 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 session, licensed_content
) )
except BaseException as e: except BaseException as e: