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