From 28e05808810fcc7905dbcd54ce37a05638cd0b4e Mon Sep 17 00:00:00 2001 From: Noa Second Date: Mon, 3 Jun 2024 16:34:22 +0200 Subject: [PATCH] :fire: Remove unused code --- MiniCyc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MiniCyc.bat b/MiniCyc.bat index 79aced8..fda905c 100644 --- a/MiniCyc.bat +++ b/MiniCyc.bat @@ -40,7 +40,7 @@ IF NOT EXIST "%LocalAppData%\Programs\Python\Python312\python.exe" ( python-3.12.3-amd64.exe /quiet InstallAllUsers=0 PrependPath=1 del python-3.12.3-amd64.exe ) ELSE ( - echo Python 3.12.3 64-bits already installed + echo Python already installed ) python --version