[mod] change port

This commit is contained in:
Laurent Peuch 2018-07-13 21:46:31 +02:00
parent 10d9490015
commit b789697ca9

2
run.py
View file

@ -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)