slowed down refresh rate of weather

This commit is contained in:
Dane Williams 2020-03-31 12:13:42 -07:00
parent 98c845b33d
commit 4d1383b522
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ main()
$current_dir/weather.sh > $current_dir/../data/weather.txt
if tmux has-session &> /dev/null
then
sleep 1000
sleep 1200
else
break
fi