add print for debug
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user