From dc5096c18c6b98f410fd769f989c5404de44ba71 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Fri, 3 Apr 2026 16:13:45 -0700 Subject: update port --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 826410b..d6531c0 100644 --- a/app.py +++ b/app.py @@ -953,4 +953,4 @@ def admin_edit_game(game_id): return render_template('admin_edit_game.html', game=game_dict) if __name__ == '__main__': - app.run(debug=True, port=5000) \ No newline at end of file + app.run(debug=True, port=1946) \ No newline at end of file -- cgit v1.2.3