single thread fixed

This commit is contained in:
Patrice 2019-06-07 10:33:43 +02:00
parent ffaaf2e08e
commit 6b04ead4e3
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ def cam_stream(num):
if __name__ == '__main__':
print(clients[0])
application.run(host='127.0.0.1', port=80)
application.run(host='127.0.0.1', port=80, threaded=True)