fix tapas comic merging
This commit is contained in:
@@ -70,5 +70,5 @@ class TapasFeedModuleConfig(FeedModuleConfig):
|
||||
new_im_path = os.path.join(d, 'combined.jpg')
|
||||
new_im.save(new_im_path)
|
||||
with open(new_im_path, 'rb') as f:
|
||||
bot.send_document(chat_id, new_im_path, caption=caption)
|
||||
bot.send_document(chat_id, f, caption=caption)
|
||||
yield eid
|
||||
|
Reference in New Issue
Block a user