From 5ded3261ee47fb106314f27c10af8b92cf695c36 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 16 May 2023 00:47:31 +0300 Subject: [PATCH] 1 --- hlna.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hlna.py b/hlna.py index c93ae41..c59538c 100755 --- a/hlna.py +++ b/hlna.py @@ -761,11 +761,12 @@ def rcon(m, c): rcon_ports.append(rcon_p) for port in rcon_ports: - print(f"Rcon выполнен для {port}") + passwd = dict_adminpwd[port] with Client('127.0.0.1', port, passwd=str(passwd)) as client: response = client.run(c) print(response) + print(f"Rcon выполнен для {port}") else: pass except: