This really serves me right for ever making a map called 'map'.
This commit is contained in:
parent
0c4b696727
commit
6927b6b197
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue