From ee8e2cb5e7c4183f84dd5d5a6508c336eb42b389 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Mon, 19 Aug 2013 18:21:46 +0800 Subject: [PATCH] Oops. --- plugins/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github.py b/plugins/github.py index a3ed88a..04c52d5 100644 --- a/plugins/github.py +++ b/plugins/github.py @@ -59,7 +59,7 @@ def ghissues(inp): user = data["user"]["login"] title = data["title"] summary = truncate(data["body"]) - gitiourl = gitio.gitio(data["html_url"]) + gitiourl = gitio(data["html_url"]) if summary == "": return fmt1 % (number, state, user, title, gitiourl) else: