# HG changeset patch # User Matti Hamalainen # Date 1401734644 -10800 # Node ID 7eee54638b0f96d0e228c82c08aec22ac2c95152 # Parent 3a375ee7c106f4a24b82e49a4ba40441ba2897fb No need to store road status. diff -r 3a375ee7c106 -r 7eee54638b0f fetch_weather.pl --- a/fetch_weather.pl Mon Jun 02 21:43:46 2014 +0300 +++ b/fetch_weather.pl Mon Jun 02 21:44:04 2014 +0300 @@ -344,7 +344,6 @@ get_node($fdata, "text", 2), get_node($fdata, "text", 3), get_node($fdata, "text", 4), - get_node($fdata, "text", 5), ]; } }