From 319b550fc0d2e3b1a72b0b45f956087601231d83 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Sun, 8 Dec 2019 15:46:22 +0300 Subject: [PATCH] fix nerfnow --- feeds/modules/nerfnow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/modules/nerfnow.py b/feeds/modules/nerfnow.py index 791a63f..46a7474 100644 --- a/feeds/modules/nerfnow.py +++ b/feeds/modules/nerfnow.py @@ -32,5 +32,5 @@ class NerfNowFeedModuleConfig(FeedModuleConfig): bot.send_photo(chat_id, url, caption, parse_mode='html') else: m = bot.send_photo(chat_id, url) - bot.send_message(caption, parse_mode='html', reply_to_message_id=m.message_id) + bot.send_message(chat_id, caption, parse_mode='html', reply_to_message_id=m.message_id) yield e['feedburner_origlink']