Added note about ability to copt
This commit is contained in:
parent
ac9d89fb3d
commit
2101c302db
@ -273,7 +273,12 @@ def _get_account3(
|
|||||||
login, passwd = cryptography.other_accounts.decrypt_account_info(
|
login, passwd = cryptography.other_accounts.decrypt_account_info(
|
||||||
enc_login, enc_pass, text.encode("utf-8"), salt
|
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
|
del text, mes, passwd, login
|
||||||
gc.collect()
|
gc.collect()
|
||||||
|
Reference in New Issue
Block a user