Make commit hash LIGHTBLUE in status event (github)

This commit is contained in:
jesopo 2019-02-07 15:56:30 +00:00
parent 58cd6338fd
commit 53a819512f

View file

@ -529,7 +529,8 @@ class Module(ModuleManager.BaseModule):
def status(self, full_name, data): def status(self, full_name, data):
context = data["context"] context = data["context"]
url = data["target_url"] url = data["target_url"]
commit = self._short_hash(data["sha"]) commit = utils.irc.color(self._short_hash(data["sha"]),
utils.consts.LIGHTBLUE)
state = data["state"] state = data["state"]
if state == "success": if state == "success":