host
This commit is contained in:
parent
d78842fe9e
commit
39f4283c6a
@ -169,4 +169,4 @@ def main():
|
|||||||
dam=getAllDamage(runder)
|
dam=getAllDamage(runder)
|
||||||
return render_template('index.html', dam=dam, form=form)
|
return render_template('index.html', dam=dam, form=form)
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=False, port=5432)
|
app.run(debug=False, port=5432, host=0.0.0.0)
|
||||||
Loading…
x
Reference in New Issue
Block a user