sdkit 1.0.41 - NSFW filter

This commit is contained in:
cmdr2
2023-02-20 08:44:26 +05:30
parent 37f2755611
commit facfed07fe
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ if "%ERRORLEVEL%" EQU "0" (
set PYTHONNOUSERSITE=1
set PYTHONPATH=%INSTALL_ENV_DIR%\lib\site-packages
call python -m pip install --upgrade sdkit==1.0.40 -q || (
call python -m pip install --upgrade sdkit==1.0.41 -q || (
echo "Error updating sdkit"
)
)