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']