diff --git a/headphones/notifiers.py b/headphones/notifiers.py index 9cfec86c..e92177e7 100644 --- a/headphones/notifiers.py +++ b/headphones/notifiers.py @@ -423,7 +423,8 @@ class NMA(object): keys = api.split(',') p.addkey(keys) - if len(keys) > 1: batch = True + if len(keys) > 1: + batch = True response = p.push(title, event, message, priority=nma_priority, batch_mode=batch)