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