diff --git a/runbullet/__init__.py b/runbullet/__init__.py index 49889480a1..4a3f17807d 100644 --- a/runbullet/__init__.py +++ b/runbullet/__init__.py @@ -136,7 +136,7 @@ def get_backends(config): ) + 'Backend' # Ignore the pusher attribute here - if 'pusher' in config: del config['pusher'] + if 'pusher' in config[k]: del config[k]['pusher'] try: b = getattr(module, cls_name)(config[k])