1.4.1 Исправлены лишняя табуляция

This commit is contained in:
Verum
2025-02-28 13:47:37 +07:00
parent 56401c95fd
commit 42d6d6967e

View File

@@ -16,4 +16,4 @@ start_time_cmd = CommandHandler(
text_msg=lambda: f"Бот @{BotInfo.username} запущен: " text_msg=lambda: f"Бот @{BotInfo.username} запущен: "
f"\nХост: <b>{dp['started_at']}</b> " f"\nХост: <b>{dp['started_at']}</b> "
f"\nМСК: <b>{dp['started_at_msk']}</b>", f"\nМСК: <b>{dp['started_at_msk']}</b>",
) )