No need to run on port 5001

This commit is contained in:
Edward Betts 2023-10-06 19:28:07 +01:00
parent 812f7c8a07
commit 1c220ccb07

View file

@ -534,4 +534,4 @@ def cabins(
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5001)
app.run(host="0.0.0.0")