Skip to content

Commit 3e973d5

Browse files
committed
fix
1 parent d32f43d commit 3e973d5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

start.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ python -c "import sys; print(sys.version_info[:2])" > version.txt
2020
set /p version=<version.txt
2121
IF "%version%" LSS "3.10" (
2222
echo Your version of Python is not supported. Please install Python 3.10
23-
echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2423
pause
2524
)
2625
IF "%version%" GEQ "3.11" (
2726
echo Your version of Python is not supported. Please install Python 3.10
28-
echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2927
pause
3028
)
3129

start_endpoint.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ python -c "import sys; print(sys.version_info[:2])" > version.txt
1717
set /p version=<version.txt
1818
IF "%version%" LSS "3.10" (
1919
echo Your version of Python is not supported. Please install Python 3.10
20-
echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2120
pause
2221
)
2322
IF "%version%" GEQ "3.11" (
2423
echo Your version of Python is not supported. Please install Python 3.10
25-
echo Ваша версия Python не поддерживается. Пожалуйста, установите Python 3.10
2624
pause
2725
)
2826

0 commit comments

Comments
 (0)