aaaaaaarghhhhhhhh

This commit is contained in:
Jan-Ole Hübner 2024-08-18 00:21:28 +02:00
parent 877cda9640
commit 9fa7581574
2 changed files with 4 additions and 23 deletions

View file

@ -5,8 +5,8 @@ python3 /app/pulse.py &
# Run the other script periodically in the background
(
while true; do
python3 /app/get_price.py >> /var/log/other_script.log 2>&1
sleep 3 # Sleep for 60 seconds (1 minute)
python3 /app/get_price.py
sleep 900
done
) &