comparison fetch_weather.pl @ 168:7eee54638b0f

No need to store road status.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Jun 2014 21:44:04 +0300
parents c8d5f3a7c4b7
children c12e422a543a
comparison
equal deleted inserted replaced
167:3a375ee7c106 168:7eee54638b0f
342 [ 342 [
343 parse_timestamp(get_node($fdata, "text", 1), $time_base), 343 parse_timestamp(get_node($fdata, "text", 1), $time_base),
344 get_node($fdata, "text", 2), 344 get_node($fdata, "text", 2),
345 get_node($fdata, "text", 3), 345 get_node($fdata, "text", 3),
346 get_node($fdata, "text", 4), 346 get_node($fdata, "text", 4),
347 get_node($fdata, "text", 5),
348 ]; 347 ];
349 } 348 }
350 } 349 }
351 } 350 }
352 } 351 }