This commit is contained in:
Eduard Prigoana 2025-01-18 20:50:36 +02:00
parent aa7d40f7a0
commit ce731a648f
2 changed files with 2 additions and 1 deletions

2
app.py
View file

@ -69,4 +69,4 @@ def queue_table():
# Run the Flask app
if __name__ == "__main__":
app.run(port=80, host="0.0.0.0", debug=True)
app.run(port=10000, host="0.0.0.0", debug=True)