fix nerfnow

This commit is contained in:
bakatrouble 2019-12-08 15:46:22 +03:00
parent ebf0d1ef92
commit 319b550fc0

View File

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