Browse Source

[update] 集成Gunicorn

jhao 7 years ago
parent
commit
a418306f2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Api/ProxyApi.py

+ 2 - 2
Api/ProxyApi.py

@@ -118,5 +118,5 @@ def runFlaskWithGunicorn():
 
 
 
 
 if __name__ == '__main__':
 if __name__ == '__main__':
-    # runFlask()
-    runFlaskWithGunicorn()
+    runFlask()
+    # runFlaskWithGunicorn()