Update github.py
This commit is contained in:
parent
15d19dd1d8
commit
569d84a75f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue