From cabcc6aec7152d0abccadfa6f217459b4c694e92 Mon Sep 17 00:00:00 2001 From: Ruaridh <86845749+RooRay@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:41:36 +0100 Subject: [PATCH 1/2] Fix repo name in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f35ad91..38df59c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ docker run -p 3000:3000 step-daddy-live-hd 2. Clone the repository and navigate into the project directory: ```bash git clone https://github.com/gookie-dev/StepDaddyLiveHD - cd step-daddy-live-hd + cd StepDaddyLiveHD ``` 3. Create and activate a virtual environment: ```bash @@ -104,4 +104,4 @@ docker run -e PROXY_CONTENT=FALSE -e API_URL=https://example.com -e SOCKS5=user: ## 📚 Hosting Options -Check out the [official Reflex hosting documentation](https://reflex.dev/docs/hosting/self-hosting/) for more advanced self-hosting setups! \ No newline at end of file +Check out the [official Reflex hosting documentation](https://reflex.dev/docs/hosting/self-hosting/) for more advanced self-hosting setups! From 92eb04bd638ad2847398a13fde67672599de0f9c Mon Sep 17 00:00:00 2001 From: Ruaridh <86845749+RooRay@users.noreply.github.com> Date: Mon, 4 Aug 2025 19:42:24 +0100 Subject: [PATCH 2/2] Add tzdata to requirements.txt to fix broken deployments on Windows --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b078382..27f83a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ reflex==0.8.4 curl-cffi==0.11.4 httpx[http2]==0.28.1 python-dateutil==2.9.0 -fastapi==0.116.1 \ No newline at end of file +fastapi==0.116.1 +tzdata==2025.2