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