kill %s
This commit is contained in:
parent
141fe8d80c
commit
f81cf21b57
10 changed files with 18 additions and 18 deletions
|
@ -37,7 +37,7 @@ def ghissues(inp):
|
|||
except IndexError:
|
||||
return "Invalid syntax. .github issues username/repo [number]"
|
||||
try:
|
||||
url += "/%s" % args[1]
|
||||
url += "/{}".format(args[1])
|
||||
number = True
|
||||
except IndexError:
|
||||
number = False
|
||||
|
|
Reference in a new issue