Added note about ability to copt

This commit is contained in:
StNicolay 2022-10-30 16:53:56 +03:00
parent ac9d89fb3d
commit 2101c302db

View File

@ -273,7 +273,12 @@ def _get_account3(
login, passwd = cryptography.other_accounts.decrypt_account_info(
enc_login, enc_pass, text.encode("utf-8"), salt
)
_send_tmp_message(bot, mes.chat.id, f"Логин:\n`{login}`\nПароль:\n`{passwd}`", 30)
_send_tmp_message(
bot,
mes.chat.id,
f"Логин:\n`{login}`\nПароль:\n`{passwd}`\nНажмите на логин или пароль, чтобы скопировать",
30,
)
del text, mes, passwd, login
gc.collect()