1
This commit is contained in:
parent
73acfb0549
commit
cc7b22677b
5
hlna.py
5
hlna.py
@ -574,9 +574,10 @@ def rcon(m, c):
|
|||||||
dict_mapname[data['RCONPort']] = data['map']
|
dict_mapname[data['RCONPort']] = data['map']
|
||||||
dict_adminpwd[data['RCONPort']] = data['ServerAdminPassword']
|
dict_adminpwd[data['RCONPort']] = data['ServerAdminPassword']
|
||||||
rcon_ports = []
|
rcon_ports = []
|
||||||
|
print("dictmapname", dict_mapname)
|
||||||
for ns, v in dict_mapname.items():
|
for ns, v in dict_mapname.items():
|
||||||
print("v=",v)
|
print("v=", v)
|
||||||
print("ns=",ns)
|
print("ns=", ns)
|
||||||
print_line(f"переменные v и m {v} & {m}") # обьединить с таким же блоком в start()
|
print_line(f"переменные v и m {v} & {m}") # обьединить с таким же блоком в start()
|
||||||
if v in m:
|
if v in m:
|
||||||
rcon_ports.append(ns)
|
rcon_ports.append(ns)
|
||||||
|
Loading…
Reference in New Issue
Block a user