From cc7b22677b7b73279fe4bc337984d64dd39f0925 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 13 May 2023 17:57:15 +0300 Subject: [PATCH] 1 --- hlna.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hlna.py b/hlna.py index 5a26a48..0d161a6 100755 --- a/hlna.py +++ b/hlna.py @@ -574,9 +574,10 @@ def rcon(m, c): dict_mapname[data['RCONPort']] = data['map'] dict_adminpwd[data['RCONPort']] = data['ServerAdminPassword'] rcon_ports = [] + print("dictmapname", dict_mapname) for ns, v in dict_mapname.items(): - print("v=",v) - print("ns=",ns) + print("v=", v) + print("ns=", ns) print_line(f"переменные v и m {v} & {m}") # обьединить с таким же блоком в start() if v in m: rcon_ports.append(ns)