From 8418a115075bf6bb1016e346d36db0450ef1b638 Mon Sep 17 00:00:00 2001 From: none Date: Sat, 24 Feb 2024 20:19:47 +0300 Subject: [PATCH] up --- network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.py b/network.py index 60795dd..c229944 100644 --- a/network.py +++ b/network.py @@ -129,7 +129,7 @@ def client(port, op = "ping"): if os.path.exists(f"cached/{site}"): # Версия запрашиваемого dest_conf = get(f"http://{host}:{str(port)}/{site}/config.json") - conf_unform = dest_ver.content.decode('utf8') + conf_unform = dest_conf.content.decode('utf8') conf = json.loads(conf_unform) dest_ver = conf["ver"] # Версия нашего сайта