summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2026-04-03 16:13:45 -0700
committerAnson Bridges <bridges.anson@gmail.com>2026-04-03 16:13:45 -0700
commitdc5096c18c6b98f410fd769f989c5404de44ba71 (patch)
treee1f2214e10d8e1bfe241a2ac8076953ba0ced9f2
parentdf0d160a5f95a2677d1327d6d3d8f54fe5b146df (diff)
update port
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
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