22.10.205

This commit is contained in:
2025-10-22 09:47:44 +00:00
parent 8ea87b371a
commit 982655faa1
2 changed files with 37 additions and 34 deletions

View File

@@ -303,7 +303,10 @@ 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)
# print(filepath)
# print(filepath_full)
# вычисление ключа
# ip = get_ip_address()
# host = ip_check.get(ip, {}).get("host") or ""