tweaked weather filters

This commit is contained in:
Harald Hope 2019-02-06 20:06:46 -08:00
parent a9fbd19a9b
commit a2256de3df

2
inxi
View file

@ -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";