KennethWilke / PingdomLib

A python library to consume the pingdom API
ISC License
25 stars 31 forks source link

'name' missing from check __setattr__ whitelist #29

Open jcshort opened 8 years ago

jcshort commented 8 years ago

'name' is a valid attribute to change in the pingdom API, but the attribute list in check.py __setattr__ (line 64 in 2.0.2) doesn't include it.

jcshort commented 8 years ago

probably a duplicate of https://github.com/KennethWilke/PingdomLib/issues/27