fix nerfnow
This commit is contained in:
parent
ebf0d1ef92
commit
319b550fc0
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user