Skip to content

Commit f208387

Browse files
Merge pull request Sennevds#1 from IdoBn/master
Make server multi-threaded, so that multiple clients can use it
2 parents cc6453b + e844a59 commit f208387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def video_feed():
3232

3333

3434
if __name__ == '__main__':
35-
app.run(host='0.0.0.0', debug=True)
35+
app.run(host='0.0.0.0', debug=True, threaded=True)

0 commit comments

Comments
 (0)