diff --git a/handlers/callbacks.py b/handlers/callbacks.py index 6e87a58..d0f209b 100644 --- a/handlers/callbacks.py +++ b/handlers/callbacks.py @@ -123,7 +123,7 @@ async def logs_options(cb: CallbackQuery): if not out.strip(): out = "(no logs)" await cb.message.answer( - f"📜 **Logs: {alias}**\n```{out}```", + f"📜 **Logs: {alias}**\n```\n{out}\n```", parse_mode="Markdown" ) return @@ -143,7 +143,7 @@ async def logs_options(cb: CallbackQuery): if not out.strip(): out = "(no logs for period)" await cb.message.answer( - f"📜 **Logs: {alias}**\n```{out}```", + f"📜 **Logs: {alias}**\n```\n{out}\n```", parse_mode="Markdown" ) return