From 9805412c55b7422be0a2b77c9563642b55023d9d Mon Sep 17 00:00:00 2001 From: KAuser2094 Date: Mon, 6 Mar 2023 12:48:13 +0000 Subject: [PATCH] Fix to bat file, accept all words not one --- yolo.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yolo.bat b/yolo.bat index cb25983..b958c12 100644 --- a/yolo.bat +++ b/yolo.bat @@ -3,4 +3,4 @@ REM Work around to not have to type in python.exe yolo.py every time. REM Put in C:/Windows/System32 to allow command to work anywhere -python.exe yolo-ai-cmdbot/yolo.py %1 \ No newline at end of file +python.exe yolo-ai-cmdbot/yolo.py %* \ No newline at end of file