From d6182a8b6b01af0ecff0c4f651d80ea68129f6b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 10 Jul 2026 23:03:26 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20debug=3DFalse=20only,=20bump=201.0.6?= =?UTF-8?q?=E2=86=921.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/app.py b/site/app.py index 74f9b2f..ae580de 100644 --- a/site/app.py +++ b/site/app.py @@ -21,8 +21,6 @@ def health(): def upload(): t0 = time.time() total = 0 - # Принудительно читаем тело до парсинга формы - request.get_data() # base64-режим: клиент отправляет поле "data" data = request.form.get('data', '') if data: