mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
fixing indent
This commit is contained in:
parent
31e559b6a1
commit
cdc6096515
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user