mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] debug mod just output some crap for now
This commit is contained in:
parent
751bbee9c9
commit
42d0c85956
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue