hostfix
This commit is contained in:
parent
39f4283c6a
commit
4cc8724f06
@ -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, host=0.0.0.0)
|
app.run(debug=False, port=5432, host='0.0.0.0')
|
||||||
Loading…
x
Reference in New Issue
Block a user