PEP-8
This commit is contained in:
parent
e7d69e63c0
commit
549bb70690
5 changed files with 21 additions and 27 deletions
|
@ -5,7 +5,8 @@ import urllib2
|
|||
|
||||
@hook.command
|
||||
def gitio(inp):
|
||||
".gitio <url> [code] -- Shorten Github URLs with git.io. [code] is a optional custom short code."
|
||||
".gitio <url> [code] -- Shorten Github URLs with git.io. [code] is"
|
||||
" a optional custom short code."
|
||||
split = inp.split(" ")
|
||||
url = split[0]
|
||||
|
||||
|
|
Reference in a new issue