Fix spacing.

This commit is contained in:
dngfx 2018-09-09 15:35:32 +01:00 committed by dongfix
parent 8959b6cfd2
commit 931c941f42

View file

@ -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={