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):
|
||||
url = event["url"]
|
||||
|
||||
if not re.match(REGEX_URL, url):
|
||||
url = "http://%s" % url
|
||||
data = Utils.get_url(URL_BITLYSHORTEN, get_params={
|
||||
|
|
Loading…
Reference in a new issue