فهرست منبع

Run flask server multithreaded

Ben Firshman 9 سال پیش
والد
کامیت
34acff585a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      voting-app/app.py

+ 1 - 1
voting-app/app.py

@@ -42,4 +42,4 @@ def hello():
 
 
 if __name__ == "__main__":
-    app.run(host='0.0.0.0', port=80, debug=True)
+    app.run(host='0.0.0.0', port=80, debug=True, threaded=True)