From 1bfd251502de4c2a6ac72e4b034dbbd15bcfa411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Hu=CC=88bner?= Date: Sat, 17 Aug 2024 22:21:01 +0200 Subject: [PATCH] aaaaaah --- delay_price.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/delay_price.sh b/delay_price.sh index f806c84..89f1baa 100644 --- a/delay_price.sh +++ b/delay_price.sh @@ -1,5 +1,5 @@ #!/bin/bash - +export PYTHONPATH=/usr/local/lib/python3.12/site-packages sleep 2 -python3 /get_price.py >> /var/log/cron.log 2>&1 \ No newline at end of file +/usr/local/bin/python3 /get_price.py >> /var/log/cron.log 2>&1 \ No newline at end of file