From 6151dc91a62ddd3a7df3bbc87c6a156b9439a141 Mon Sep 17 00:00:00 2001 From: Marsh232 Date: Wed, 5 Oct 2022 21:37:30 +0300 Subject: [PATCH] add --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index ae497e3..5f791f8 100644 --- a/src/main.py +++ b/src/main.py @@ -130,7 +130,7 @@ async def calcnet1(msg: types.Message, state: FSMContext): async def calcsub(msg: types.Message, state: FSMContext): log.info(f"New message from {msg.from_user.id}(@{msg.from_user.username}) in {msg.chat.id}: '{msg.text}'") await FSMachine.subnetwork.set() - await msg.reply("**Введите ip с увеличенной маской**" + await msg.reply("**Введите ip с увеличенной маской**\n" "**Пример -> 10.10.10.10/24 26**")