Update Live-streaming code (auto-daily features)

This commit is contained in:
2026-08-15 17:45:19 +08:00
parent ba39e9743d
commit f623959fd4
19 changed files with 3517 additions and 62 deletions
+6 -1
View File
@@ -4,7 +4,12 @@ cd /d "%~dp0"
set PYTHON=%~dp0.venv-tts\Scripts\python.exe
if not exist "%PYTHON%" (
echo Python virtual environment not found: %PYTHON%
set PYTHON=%~dp0.venv\Scripts\python.exe
)
if not exist "%PYTHON%" (
echo Python virtual environment not found.
echo Checked .venv-tts and .venv under: %~dp0
echo Please run setup first or ask WorkBuddy to repair dependencies.
pause
exit /b 1