Kaynağa Gözat

changed localhost to 0.0.0.0

Keith Newman 10 yıl önce
ebeveyn
işleme
b09b037fac
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      frameworks/Python/klein/app.py

+ 1 - 1
frameworks/Python/klein/app.py

@@ -120,4 +120,4 @@ def fortune(request):
 	return template.render(fortunes=fortunes)
 
 if __name__ == "__main__":
-    app.run("localhost", 8080)
+    app.run("0.0.0.0", 8080)