Fix buglet in v2 messaging notifier
This commit is contained in:
parent
ec9b36dec2
commit
89e7301e4e
@ -55,4 +55,4 @@ class MessagingV2Driver(MessagingDriver):
|
||||
"Send notifications using the 2.0 message format."
|
||||
|
||||
def __init__(self, conf, **kwargs):
|
||||
super(MessagingDriver, self).__init__(conf, envelope=True, **kwargs)
|
||||
super(MessagingV2Driver, self).__init__(conf, envelope=True, **kwargs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user