Browse Source

Listen on all hosts.

master
Chris Smith 6 years ago
parent
commit
6161bc0995
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      main.py

+ 1
- 1
main.py View File

@@ -79,4 +79,4 @@ def handle_index():
79 79
     return app.send_static_file("index.html")
80 80
 
81 81
 
82
-app.run()
82
+app.run('0.0.0.0')

Loading…
Cancel
Save