Skip to content

Commit 157958f

Browse files
author
mithmith
committed
logging fix
1 parent 6c1f2bb commit 157958f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/service/telegram.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ async def _send_message_with_retries(
195195
prefer_large_media=True,
196196
),
197197
)
198+
logger.info("(TGBot) Сообщение с превью успешно отправлено")
198199
elif text:
199200
await bot.send_message(
200201
chat_id=chat_id,

channels_list.json.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "my_channels_list_name",
3+
"description": "Channels list description...",
34
"channels": [
45
"https://www.youtube.com/@lexfridman",
56
"https://www.youtube.com/@AsmonTV",

0 commit comments

Comments
 (0)