diff --git a/inxi b/inxi index fd37432..93c61c9 100755 --- a/inxi +++ b/inxi @@ -15581,7 +15581,7 @@ sub get_weather { $freshness = (split /\^\^/, $weather_data[0])[1]; #print "$now:$freshness\n"; } - if (!$freshness || $freshness < ($now - 90) ) { + if (!$freshness || $freshness < ($now - 60) ) { @weather_data = download_weather($now,$file_cached,@location); } #print join "\n", @weather_data, "\n";