diff --git a/feeds/modules/tapas.py b/feeds/modules/tapas.py index a7a0314..a060e7e 100644 --- a/feeds/modules/tapas.py +++ b/feeds/modules/tapas.py @@ -50,7 +50,7 @@ class TapasFeedModuleConfig(FeedModuleConfig): imgs.append(img['src']) if len(imgs) == 1: - bot.send_document(chat_id, imgs[0], caption=caption) + bot.send_photo(chat_id, imgs[0], caption=caption) if len(imgs) > 1: with TemporaryDirectory() as d: ims = []