fix comics merge
This commit is contained in:
parent
6116290b33
commit
faf031e855
@ -69,5 +69,5 @@ class TapasFeedModuleConfig(FeedModuleConfig):
|
|||||||
offset += im.size[0]
|
offset += im.size[0]
|
||||||
new_im_path = os.path.join(d, 'combined.jpg')
|
new_im_path = os.path.join(d, 'combined.jpg')
|
||||||
new_im.save(new_im_path)
|
new_im.save(new_im_path)
|
||||||
bot.send_document(chat_id, new_im_path, caption=caption)
|
bot.send_document(chat_id, new_im_path, caption=caption)
|
||||||
yield eid
|
yield eid
|
||||||
|
Loading…
Reference in New Issue
Block a user