From cfcf0b211f466979c7e7b9d6c7460cbb5a0cfd65 Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Thu, 10 Aug 2023 15:18:00 +0200 Subject: [PATCH] Change Create Windows Task to main.py --- setup-info.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-info.sh b/setup-info.sh index 98f9cb6..48581d6 100644 --- a/setup-info.sh +++ b/setup-info.sh @@ -18,7 +18,7 @@ python3 -m pip install virtualenv python3 -m virtualenv venv source venv/bin/activate python3 -m pip install -r packages.txt -python3 -m pip uninstall mysql-connector -y -python3 -m pip install mysql-connector +python3 -m pip uninstall mysql-connector -y ## Fix for Connection Issue +python3 -m pip install mysql-connector ## Fix for Connection Issue python3 main.py deactivate \ No newline at end of file