Oops.
This commit is contained in:
parent
08b1e82f41
commit
ee8e2cb5e7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue