Skip to content

Commit 7438229

Browse files
committed
added open host
1 parent 3d9c351 commit 7438229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ def index():
5959
return render_template('index.html', results=None)
6060

6161
if __name__ == '__main__':
62-
app.run(debug=True)
62+
app.run(debug=False,host='0.0.0.0')

0 commit comments

Comments
 (0)