From b789697ca98d71ea59bf80f8fe3ccaa5e0677a32 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 13 Jul 2018 21:46:31 +0200 Subject: [PATCH] [mod] change port --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index cead0a1..bf2e31e 100644 --- a/run.py +++ b/run.py @@ -222,4 +222,4 @@ if __name__ == "__main__": app.add_task(initialize_app_list()) app.add_task(jobs_dispatcher()) - app.run('localhost', port=5000, debug=True) + app.run('localhost', port=4242, debug=True)