Open rprechelt opened 6 years ago
telescope.weather_ok calls get_cloud, get_dew, get_moon, get_rain, and get_sun, despite most of that information available in ONE call to tx taux. This should be rewritten with a better regular expression or another method.
telescope.weather_ok
get_cloud
get_dew
get_moon
get_rain
get_sun
tx taux
telescope.weather_ok
callsget_cloud
,get_dew
,get_moon
,get_rain
, andget_sun
, despite most of that information available in ONE call totx taux
. This should be rewritten with a better regular expression or another method.