Add initial run on startup
This commit is contained in:
parent
7c4ad5104c
commit
ca5d03676a
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
@ -101,4 +101,6 @@ if __name__ == '__main__':
|
|||
|
||||
port = int(cfg["app"]["port"])
|
||||
|
||||
print("Applying initial port forwarding")
|
||||
apply_port_changes()
|
||||
app.run(host="0.0.0.0", port=port)
|
||||
|
|
Loading…
Reference in a new issue