dynasticorpheus / gigasetelements-cli

Gigaset Elements - python based command line interface
GNU General Public License v2.0
35 stars 11 forks source link

Added pass for empty domoticz configuration #17

Closed b0tting closed 7 years ago

b0tting commented 7 years ago

The monitor crashed on an empty domoticz configuration: the url_domo variable was not initialized when an exception was thrown. I made a quick fix by initalizing to an empty value and checking that before sending domoticz requests.

dynasticorpheus commented 7 years ago

@b0tting Can you please ensure pylint is happy? Thus removing comments etc?

b0tting commented 7 years ago

I've run pylint, which gives me no errors in my very minor changes. I've removed my comments.

dynasticorpheus commented 7 years ago

Implemented slightly different in develop branch through 547172a commit. Thanks for reporting.