This really serves me right for ever making a map called 'map'.

pull/27/head
David Baker 2015-01-23 10:21:47 +00:00
parent 0c4b696727
commit 6927b6b197
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class PushRuleRestServlet(RestServlet):
def priority_class_from_spec(self, spec):
if spec['template'] not in PushRuleRestServlet.PRIORITY_CLASS_MAP.keys():
raise InvalidRuleException("Unknown template: %s" % (spec['kind']))
pc = map[spec['template']]
pc = PushRuleRestServlet.PRIORITY_CLASS_MAP[spec['template']]
if spec['scope'] == 'device':
pc += 5