diff --git a/app.py b/app.py index 9c9cbc8..89067b5 100644 --- a/app.py +++ b/app.py @@ -376,4 +376,4 @@ if __name__ == '__main__': 'Running in DEBUG mode with Flask built-in server. ' 'This is NOT suitable for production. Use wsgi.py instead.' ) - app.run(debug=debug_mode, host='127.0.0.1', port=5000) \ No newline at end of file + app.run(debug=debug_mode, host='127.0.0.1', port=10000) \ No newline at end of file diff --git a/instance/team_tryouts.db b/instance/team_tryouts.db index 921c0aa..7ce5c0b 100644 Binary files a/instance/team_tryouts.db and b/instance/team_tryouts.db differ