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: