Skip to content

Commit

Permalink
I am continuing to work on detailed information about containers
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Jul 9, 2024
1 parent 3f7d28e commit 1a4c3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/handlers/inline_handlers/containers_full_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def handle_containers_full_info(call: CallbackQuery):
self.bot.edit_message_text(
chat_id=call.message.chat.id,
message_id=call.message.message_id,
text=f"Some details about: {container_name}\n\n{container_details}",
text=f"Test, test, test ;)",
reply_markup=None
)

0 comments on commit 1a4c3b4

Please sign in to comment.