fixed the README

This commit is contained in:
bton 2024-02-17 02:16:49 +01:00
parent 66babf1b2c
commit 55124040ae

4
README
View file

@ -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
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