multi thread in server

This commit is contained in:
Patrice 2019-06-07 11:46:00 +02:00
parent b009796b36
commit e3425c4ac4
1 changed files with 1 additions and 1 deletions

View File

@ -115,4 +115,4 @@ if __name__ == '__main__':
_thread.start_new_thread(main, () )
application.run(host='127.0.0.1', port=80)
application.run(host='127.0.0.1', port=80, threaded=True)