aaaaaaarghhhhhhhh
This commit is contained in:
parent
877cda9640
commit
9fa7581574
2 changed files with 4 additions and 23 deletions
4
start.sh
4
start.sh
|
@ -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
|
||||
) &
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue