aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-03-04 18:59:05 -0800
committerPinapelz <yukais@pinapelz.com>2026-03-04 18:59:05 -0800
commitc89e8daebbe4ad130aaf538332e84f9e86687ddd (patch)
tree81805a1f64571a19565b4bf1a38c384114a91fe4 /README.md
parent32eace347a09f169bc87f983b3282871a5ed09f6 (diff)
refactor/create routes moduleHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed97d00..0b25ddc 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Takes a YouTube playlist and converts it to an audio stream, similar to internet
First set the environment variables as per `.env.template`, then just run it with gunicorn or something else (gunicorn comes bundled as part of the deps here)
```bash
uv sync
-uv run gunicorn yt_radio:app --bind 0.0.0.0:8000 -k gthread --threads 50 --workers 1 --timeout 0 --keep-alive 5
+uv run gunicorn routes:app --bind 0.0.0.0:8000 -k gthread --threads 50 --workers 1 --timeout 0 --keep-alive 5
```
> Note that `--timeout 0` is a strict requirement if using `/stream` endpoint due to Gunicorn's default timeout policy
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage