From 1117fa90a6c63d0764a7cd75fe8ae8626e2fde72 Mon Sep 17 00:00:00 2001 From: musabe24 Date: Mon, 15 Jul 2024 11:37:13 +0200 Subject: [PATCH] =?UTF-8?q?Startbefehl=20f=C3=BCr=20RPI=20angepasst.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start.sh b/start.sh index 6e833bc..f6984f7 100755 --- a/start.sh +++ b/start.sh @@ -1,3 +1,2 @@ #!/bin/bash -source .venv/bin/activate -python main_v3.py \ No newline at end of file +.venv/bin/python main_v3.py