From 2b4decdef9fbf4011c729827453cafa6cc62d48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 16 Jul 2026 11:01:18 +0400 Subject: [PATCH] =?UTF-8?q?convert-service=20v1.0.0:=20=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=81=D0=B8=D1=8F=20=D0=B2=20UI,=20health,=20=D1=84=D1=83?= =?UTF-8?q?=D1=82=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convert-service/app.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/convert-service/app.py b/convert-service/app.py index eb187d5..7000d81 100644 --- a/convert-service/app.py +++ b/convert-service/app.py @@ -4,6 +4,7 @@ import subprocess, tempfile, os from flask import Flask, request, send_file, render_template_string app = Flask(__name__) +VERSION = "1.0.0" HTML = """ @@ -50,6 +51,7 @@ h1{font-size:22px;font-weight:700;margin-bottom:6px}
КОНВЕРТЕР + v''' + VERSION + '''

Конвертация старых документов Word

@@ -89,7 +91,7 @@ h1{font-size:22px;font-weight:700;margin-bottom:6px}
- +