fix: fail-safe imports for docx/pdfplumber, threaded Flask
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-06-29 15:44:34 +04:00
parent 425fd50b0d
commit a05e1f4893
3 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ def health():
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000)
app.run(host="0.0.0.0", port=5000, threaded=True)
# ── Совместимость с Lucee-путями ──────────────────────────────