mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] change port
This commit is contained in:
parent
10d9490015
commit
b789697ca9
1 changed files with 1 additions and 1 deletions
2
run.py
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue