Open jcshort opened 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.
__setattr__
probably a duplicate of https://github.com/KennethWilke/PingdomLib/issues/27
'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.