From faf031e855a12562138dc915c65105354fb6fc2d Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Mon, 1 Apr 2019 02:04:36 +0300 Subject: [PATCH] fix comics merge --- feeds/modules/tapas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/modules/tapas.py b/feeds/modules/tapas.py index a060e7e..4b2e4f3 100644 --- a/feeds/modules/tapas.py +++ b/feeds/modules/tapas.py @@ -69,5 +69,5 @@ class TapasFeedModuleConfig(FeedModuleConfig): offset += im.size[0] new_im_path = os.path.join(d, 'combined.jpg') 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