librato / python-librato

A Python wrapper for the Librato Metrics API.
Other
72 stars 31 forks source link

Fix: added 'rearm_seconds' to Alert.from_dict (was missing) #84

Closed yonatanp closed 9 years ago

yonatanp commented 9 years ago

Fixing a bug that was causing 'rearm_seconds' to get lost when reading Alerts back from the librato API. Also, sorted out the parameters while at it.

obfuscurity commented 9 years ago

This was actually fixed in #81 but fell through the cracks. We're looking to merge that one instead. Thanks tho!