Skip to content

Commit

Permalink
Update pypi_search.py
Browse files Browse the repository at this point in the history
Signed-off-by: Yasir Aris M <[email protected]>
  • Loading branch information
yasirarism authored Jan 12, 2025
1 parent b374614 commit fbed06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/pypi_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async def pypi_s(_, ctx: Message):
keyboard = InlineKeyboard()
keyboard.row(InlineButton("❌ Close", f"close#{ctx.from_user.id}"))
try:
await pesan.edit_msg(pypires, reply_markup=keyboard)
await pesan.edit_msg(msg, reply_markup=keyboard)
except MessageTooLong:
url = await post_to_telegraph(False, f"{pkgname}-detail", msg)
await pesan.edit_msg(f"Result is too long:\n{url}", reply_markup=keyboard)
Expand Down

0 comments on commit fbed06d

Please sign in to comment.