From 18abdecb74006fae6a0a4092a1d3f7c342fde115 Mon Sep 17 00:00:00 2001 From: StNicolay Date: Sun, 13 Nov 2022 18:53:11 +0300 Subject: [PATCH] Increased time untill deletion for /gen_password to 15 secs --- src/bot/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/handlers.py b/src/bot/handlers.py index 89ae6a4..8320535 100644 --- a/src/bot/handlers.py +++ b/src/bot/handlers.py @@ -484,4 +484,4 @@ def gen_password(bot: telebot.TeleBot, mes: Message) -> None: + "\n".join(passwords) + "\nНажмите на пароль, чтобы его скопировать" ) - send_tmp_message(bot, mes.chat.id, text) + send_tmp_message(bot, mes.chat.id, text, 15)