Skip to content

Commit 5fd5bf0

Browse files
authored
@Rkn_TelegraphBot
1 parent 7114b76 commit 5fd5bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rkn_TelegraphBot/telegraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async def getmedia(bot, update):
5656
await message.edit_text(
5757
text=f"Error :- <code>{error}</code>",
5858
disable_web_page_preview=True,
59-
reply_markup=reply_markup=InlineKeyboardMarkup(
59+
reply_markup=InlineKeyboardMarkup(
6060
[[
6161
InlineKeyboardButton('More Help', callback_data='help')
6262
]]))

0 commit comments

Comments
 (0)