From 71963db0dffac487a223242cdb3058df93aa7536 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 27 May 2023 20:31:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hlna.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlna.py b/hlna.py index fe573cb..0f4a6b0 100755 --- a/hlna.py +++ b/hlna.py @@ -338,7 +338,7 @@ def config_password(): def config_adminpassword(): - adminpassword_server = input("Укажите пароль Сервера: \n") + adminpassword_server = input("Укажите пароль администратора сервера: \n") return adminpassword_server