From 931c941f427b574578bc947c03c8b311268e31b1 Mon Sep 17 00:00:00 2001 From: dngfx Date: Sun, 9 Sep 2018 15:35:32 +0100 Subject: Fix spacing. --- modules/bitly.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') 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={ -- cgit v1.3.1-10-gc9f91