aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/bitly.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/bitly.py b/modules/bitly.py
index 7736a8c5..afcc1522 100644
--- a/modules/bitly.py
+++ b/modules/bitly.py
@@ -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={