From 67a4424e46cda37030090266e40c68906fecf48c Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Thu, 10 Aug 2023 15:14:54 +0200 Subject: [PATCH] Change Create Windows Task to main.py --- setup-info.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-info.sh b/setup-info.sh index 6df89cd..f56077b 100644 --- a/setup-info.sh +++ b/setup-info.sh @@ -19,4 +19,5 @@ python3 -m virtualenv venv source venv/bin/activate python3 -m pip install -r packages.txt python3 main.py -deactivate \ No newline at end of file +deactivate +1223 \ No newline at end of file