1
This commit is contained in:
parent
2a5e46a90d
commit
652a3d0bc4
7
hlna.py
7
hlna.py
@ -147,9 +147,9 @@ def print_line(*text, flag=""):
|
|||||||
color = colorama.Fore.CYAN
|
color = colorama.Fore.CYAN
|
||||||
else:
|
else:
|
||||||
color = colorama.Fore.WHITE
|
color = colorama.Fore.WHITE
|
||||||
print(colorama.Fore.YELLOW + "." * 30)
|
print(colorama.Fore.LIGHTGREEN_EX + "." * 180)
|
||||||
print(color, *text)
|
print(color, *text)
|
||||||
print(colorama.Fore.YELLOW + "." * 30 + colorama.Style.RESET_ALL)
|
print(colorama.Fore.LIGHTGREEN_EX + "." * 180 + colorama.Style.RESET_ALL)
|
||||||
|
|
||||||
|
|
||||||
def check_int(number=""):
|
def check_int(number=""):
|
||||||
@ -744,7 +744,8 @@ def status(list_config=list_config):
|
|||||||
Порт сервера: {data['Port']}
|
Порт сервера: {data['Port']}
|
||||||
Rcon включен: {data['RCONEnabled']}
|
Rcon включен: {data['RCONEnabled']}
|
||||||
Rcon порт : {data['RCONPort']}
|
Rcon порт : {data['RCONPort']}
|
||||||
Максимальное кол-во игроков: {data['MaxPlayers']}""", flag="CYAN")
|
Максимальное кол-во игроков: {data['MaxPlayers']}
|
||||||
|
steam://connect/ip:{data['QueryPort']}""", flag="CYAN")
|
||||||
|
|
||||||
if delist_config != []:
|
if delist_config != []:
|
||||||
x = input("Есть неактивные сервера, показать Y/n: ")
|
x = input("Есть неактивные сервера, показать Y/n: ")
|
||||||
|
Loading…
Reference in New Issue
Block a user