Again, underscore, not hyphen

pull/107/head
David Baker 2015-03-11 14:22:35 +00:00
parent 465354ffde
commit cdb2e045ee
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Pusher(object):
INITIAL_BACKOFF = 1000
MAX_BACKOFF = 60 * 60 * 1000
GIVE_UP_AFTER = 24 * 60 * 60 * 1000
DEFAULT_ACTIONS = ['dont-notify']
DEFAULT_ACTIONS = ['dont_notify']
INEQUALITY_EXPR = re.compile("^([=<>]*)([0-9]*)$")