From ce731a648f3c88beb1e1d7ef1c90afbd54b97a20 Mon Sep 17 00:00:00 2001 From: EduardSkibidiEdger Date: Sat, 18 Jan 2025 20:50:36 +0200 Subject: [PATCH] asd --- .gitignore | 1 + app.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc7c9cc..29c958c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env .cache +__pycache__/app.cpython-312.pyc diff --git a/app.py b/app.py index fa42e6f..36838cc 100644 --- a/app.py +++ b/app.py @@ -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)