From a4a30c793ee9024e596e1f92ef3aab5d5c62ee10 Mon Sep 17 00:00:00 2001 From: va1is Date: Tue, 5 Aug 2025 14:52:12 +0300 Subject: [PATCH] SEND_JSON = True --- Parsing ZARAHOME/src/xlsx_recorder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parsing ZARAHOME/src/xlsx_recorder.py b/Parsing ZARAHOME/src/xlsx_recorder.py index dc332d8..2c7fd2a 100644 --- a/Parsing ZARAHOME/src/xlsx_recorder.py +++ b/Parsing ZARAHOME/src/xlsx_recorder.py @@ -7,7 +7,7 @@ import re, json, math, logging, requests, os log = logging.getLogger("recorder") # ─────────────────────── настройки ─────────────────────── -SEND_JSON = False # отправка POST +SEND_JSON = True # отправка POST SAVE_JSON = True # сохранять копию JSON POST_URL = "http://localhost:3005/parser/data"