From d78842fe9e75bbeb7eabfbb20b43324cbc61a2f8 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 19 Feb 2024 09:56:34 +0100 Subject: [PATCH] port --- roll20ChatParserMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roll20ChatParserMain.py b/roll20ChatParserMain.py index 6a2e3be..faaa999 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() \ No newline at end of file + app.run(debug=False, port=5432) \ No newline at end of file