From 4cc8724f069e27c0b33fb0b6ce0cf97ed1b11a96 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 19 Feb 2024 10:11:40 +0100 Subject: [PATCH] hostfix --- roll20ChatParserMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roll20ChatParserMain.py b/roll20ChatParserMain.py index 0591459..c4193a6 100644 --- a/roll20ChatParserMain.py +++ b/roll20ChatParserMain.py @@ -169,4 +169,4 @@ def main(): dam=getAllDamage(runder) return render_template('index.html', dam=dam, form=form) if __name__ == '__main__': - app.run(debug=False, port=5432, host=0.0.0.0) \ No newline at end of file + app.run(debug=False, port=5432, host='0.0.0.0') \ No newline at end of file