This commit is contained in:
Dennis 2024-02-19 10:11:40 +01:00
parent 39f4283c6a
commit 4cc8724f06

View File

@ -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')