From 652a3d0bc44c77f7ea0fc65eb2ab0f2783ba6f74 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 30 May 2023 23:23:01 +0300 Subject: [PATCH] 1 --- hlna.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hlna.py b/hlna.py index d48676a..c4de94a 100755 --- a/hlna.py +++ b/hlna.py @@ -147,9 +147,9 @@ def print_line(*text, flag=""): color = colorama.Fore.CYAN else: color = colorama.Fore.WHITE - print(colorama.Fore.YELLOW + "." * 30) + print(colorama.Fore.LIGHTGREEN_EX + "." * 180) 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=""): @@ -744,7 +744,8 @@ def status(list_config=list_config): Порт сервера: {data['Port']} Rcon включен: {data['RCONEnabled']} Rcon порт : {data['RCONPort']} - Максимальное кол-во игроков: {data['MaxPlayers']}""", flag="CYAN") + Максимальное кол-во игроков: {data['MaxPlayers']} + steam://connect/ip:{data['QueryPort']}""", flag="CYAN") if delist_config != []: x = input("Есть неактивные сервера, показать Y/n: ")