Making the dev server threaded

This commit is contained in:
2026-03-17 22:38:25 +00:00
parent c80183bd31
commit 0aadd7f447

View File

@@ -52,4 +52,4 @@ def camera_stream() -> Response:
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000, debug=True)
app.run(host="0.0.0.0", port=5000, debug=True, threaded=True)