diff options
Diffstat (limited to 'app.py')
| -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 |
