Fix spacing.
This commit is contained in:
parent
8959b6cfd2
commit
931c941f42
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ class Module(object):
|
||||||
|
|
||||||
def shortlink(self, event):
|
def shortlink(self, event):
|
||||||
url = event["url"]
|
url = event["url"]
|
||||||
|
|
||||||
if not re.match(REGEX_URL, url):
|
if not re.match(REGEX_URL, url):
|
||||||
url = "http://%s" % url
|
url = "http://%s" % url
|
||||||
data = Utils.get_url(URL_BITLYSHORTEN, get_params={
|
data = Utils.get_url(URL_BITLYSHORTEN, get_params={
|
||||||
|
|
Loading…
Reference in a new issue