From 8ea87b371a7a59d7bcaec719706c871e04bc4b4b Mon Sep 17 00:00:00 2001 From: Alexey Barabanov Date: Tue, 21 Oct 2025 21:10:17 +0000 Subject: [PATCH] add print for debug --- visual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual.py b/visual.py index e6c4c6a..2d90c1e 100755 --- a/visual.py +++ b/visual.py @@ -303,7 +303,7 @@ def load_data_from_json(filepath): directory = FOLDER_JSON os.makedirs(directory, exist_ok=True) filepath_full = os.path.join(directory, f"{filepath}.json") - + print(filepath_full) # вычисление ключа # ip = get_ip_address() # host = ip_check.get(ip, {}).get("host") or ""