From 5b46a5d4c9d338a3e343c1a46d5af1c96dbd554c Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 11:09:15 -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 a041ac8..8febf48 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) \ No newline at end of file + app.run(debug=True, port=1337) \ No newline at end of file