diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2026-04-03 16:13:45 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2026-04-03 16:13:45 -0700 |
| commit | dc5096c18c6b98f410fd769f989c5404de44ba71 (patch) | |
| tree | e1f2214e10d8e1bfe241a2ac8076953ba0ced9f2 | |
| parent | df0d160a5f95a2677d1327d6d3d8f54fe5b146df (diff) | |
update port
| -rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
