From e5d698ab769bb03340d83e253721c6c3f56ade01 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Sun, 17 Jul 2016 22:19:57 +0300 Subject: Use coloured URLs for Github status events --- local/handler/StatusHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/handler/StatusHandler.py b/local/handler/StatusHandler.py index 729daac..55114f4 100644 --- a/local/handler/StatusHandler.py +++ b/local/handler/StatusHandler.py @@ -4,5 +4,5 @@ def handle(data, theme): theme.status( status = data['state'], description = data['description'], - url = data['target_url'] + url = getShortURL(data['target_url']) ) -- cgit v1.2.3