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}
- +