diff --git a/anyway/telegram_accident_notifications.py b/anyway/telegram_accident_notifications.py index 41137c10..ff9164f2 100644 --- a/anyway/telegram_accident_notifications.py +++ b/anyway/telegram_accident_notifications.py @@ -7,10 +7,9 @@ def publish_notification(newsflash_id): - from anyway.slack_accident_notifications import fmt_lnk_mrkdwn bot = telebot.TeleBot(secrets.get("TELEGRAM_BOT_TOKEN")) -# sent_msg = bot.send_message(chat_id, msg_text, parse_mode="Markdown") +# sent_msg = bot.send_message(chat_id, msg_text) urls = create_public_urls_for_infographics_images(newsflash_id) for url in urls: