fix: fail-safe imports for docx/pdfplumber, threaded Flask
Deploy contracts-flask / validate (push) Successful in 0s
Deploy contracts-flask / validate (push) Successful in 0s
This commit is contained in:
+1
-1
@@ -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-путями ──────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user