bpennypacker / WeatherFlow-Indigo-Plugin

Indigo Plugin for obtaining weather from WeatherFlow
GNU General Public License v2.0
3 stars 2 forks source link

Fix exception handler #28

Closed boisy closed 3 years ago

boisy commented 3 years ago

Hi Bruce,

Line 546 in your WeatherFlow plugin.py:

Change:

except:

to:

except Exception as e:

to prevent an error in the Indigo logs.

bpennypacker commented 3 years ago

Thanks! I'll look into this as soon as I get a chance.

bpennypacker commented 3 years ago

Fixed in the v0.3.0 release