From 55124040aed8febc6992ab6e3c182b6fd483e97e Mon Sep 17 00:00:00 2001 From: bton Date: Sat, 17 Feb 2024 02:16:49 +0100 Subject: [PATCH] fixed the README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7886119..b3e92b0 100644 --- a/README +++ b/README @@ -8,5 +8,5 @@ How to get started: create the log folder: mkdir logs start the program: - python main.py - You can now accses the Website on http://127.0.0.1:5000 \ No newline at end of file + venv/bin/gunicorn -b "127.0.0.1:5000" -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 main:app + You can now accses the Website on http://127.0.0.1:5000