fix misprint
This commit is contained in:
parent
7c4b0dd00d
commit
02578805ea
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue