Skip to content

Commit

Permalink
Правки
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed May 10, 2024
1 parent d842d03 commit 6cc054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/send_release_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def send_release_notification():
"Релиз": {"url": release.get("html_url")}
})

bot = TeleBot(bot_token, parse_mode="markdown")
bot = TeleBot(bot_token, parse_mode="markdown", disable_web_page_preview=True)
bot.send_message(chat_id, message, reply_markup=markup)

if __name__ == "__main__":
Expand Down

0 comments on commit 6cc054d

Please sign in to comment.