Update github.py

This commit is contained in:
Steven Smith 2013-06-26 00:16:30 +08:00
parent 15d19dd1d8
commit 569d84a75f

View file

@ -58,5 +58,5 @@ def ghissues(inp):
user = data["user"]["login"]
title = data["title"]
summary = truncate(data["body"])
gitiourl = gitio.gitio(data["url"])
gitiourl = gitio.gitio(data["html_url"])
return fmt % (number, state, user, title, summary, gitiourl)