Ver Fonte

Switch out of debug mode and listen on all interfaces

Peter Oertel há 2 anos atrás
pai
commit
b4ab2cb287
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      flaskapp.py

+ 1 - 1
flaskapp.py

@@ -46,4 +46,4 @@ def home():
 
 
 if __name__ == "__main__":
-    app.run(debug=True)
+    app.run(host="0.0.0.0")