Added backslash to the forbidden chars
This commit is contained in:
@ -658,7 +658,7 @@ async def _import3(
|
||||
|
||||
async def gen_password(bot: AsyncTeleBot, mes: Message) -> None:
|
||||
await base_handler(bot, mes)
|
||||
# Generate 10 passwords and put 'em in the backticks
|
||||
# Generate 10 passwords and put them in the backticks
|
||||
passwords = (f"`{generate_password.gen_password()}`" for _ in range(10))
|
||||
text = (
|
||||
"Пароли:\n"
|
||||
|
Reference in New Issue
Block a user