fixing indent

This commit is contained in:
Romain Brucker 2017-09-28 11:37:07 -05:00
parent 31e559b6a1
commit cdc6096515

View File

@ -26,11 +26,11 @@ class HipChatBackend(AWXBaseEmailBackend):
def __init__(self, token, color, api_url, notify, fail_silently=False, **kwargs):
super(HipChatBackend, self).__init__(fail_silently=fail_silently)
self.token = token
if color is not None:
self.color = color.lower()
if color is not None:
self.color = color.lower()
self.api_url = api_url
self.notify = notify
def send_messages(self, messages):
sent_messages = 0