From 6c4b282007be88881c9aa3dcf5da48d2e3f767ea Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 11:09:31 -0500 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8febf48..7ba641f 100644 --- a/app.py +++ b/app.py @@ -304,4 +304,4 @@ if __name__ == '__main__': if len(sys.argv) > 1: handle_arguments() else: - app.run(debug=True, port=1337) \ No newline at end of file + app.run(debug=True, port=31337) \ No newline at end of file