mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
fixing indent
This commit is contained in:
@@ -26,11 +26,11 @@ class HipChatBackend(AWXBaseEmailBackend):
|
|||||||
def __init__(self, token, color, api_url, notify, fail_silently=False, **kwargs):
|
def __init__(self, token, color, api_url, notify, fail_silently=False, **kwargs):
|
||||||
super(HipChatBackend, self).__init__(fail_silently=fail_silently)
|
super(HipChatBackend, self).__init__(fail_silently=fail_silently)
|
||||||
self.token = token
|
self.token = token
|
||||||
if color is not None:
|
if color is not None:
|
||||||
self.color = color.lower()
|
self.color = color.lower()
|
||||||
self.api_url = api_url
|
self.api_url = api_url
|
||||||
self.notify = notify
|
self.notify = notify
|
||||||
|
|
||||||
def send_messages(self, messages):
|
def send_messages(self, messages):
|
||||||
sent_messages = 0
|
sent_messages = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user