From c6098eb9c2150b544847c2110e665dfafa914db0 Mon Sep 17 00:00:00 2001 From: Vasyl Horbachenko Date: Tue, 3 Jul 2018 18:16:17 +0300 Subject: [PATCH] Update start.bat --- start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.bat b/start.bat index 90c85d4f..49106032 100644 --- a/start.bat +++ b/start.bat @@ -1 +1 @@ -.\venv\Scripts\python.exe __init__.py > logs.txt 2>&1 \ No newline at end of file +py.exe __init__.py > logs.txt 2>&1