Update Live-streaming code (auto-daily features)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user