No need to run on port 5001
This commit is contained in:
parent
812f7c8a07
commit
1c220ccb07
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -534,4 +534,4 @@ def cabins(
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(host="0.0.0.0", port=5001)
|
app.run(host="0.0.0.0")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue