[mod] debug mod just output some crap for now

This commit is contained in:
Laurent Peuch 2018-07-20 07:16:31 +02:00
parent 751bbee9c9
commit 42d0c85956

2
run.py
View file

@ -392,4 +392,4 @@ if __name__ == "__main__":
app.add_task(monitor_apps_lists())
app.add_task(jobs_dispatcher())
app.run('localhost', port=4242, debug=True)
app.run('localhost', port=4242)