From d7b01d68f6eabd835942b89f1225f1f06421cda1 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Fri, 8 Sep 2023 03:21:37 +0300 Subject: [PATCH] switch buttons --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 118142b..b7f480e 100644 --- a/main.py +++ b/main.py @@ -87,8 +87,8 @@ async def send_post(post: E621Post, tag_list: List[str]): mp4_path.unlink() elif post.file.ext in ('png', 'jpg'): markup = InlineKeyboardMarkup(inline_keyboard=[[ - InlineKeyboardButton(text='Safe', callback_data='send pics'), InlineKeyboardButton(text='NSFW', callback_data='send nsfw'), + InlineKeyboardButton(text='Safe', callback_data='send pics'), ]]) # if post.file.size > 10000000: logging.warning('compressing')