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"