Making the dev server threaded
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user