diff options
| author | 2018-09-09 15:35:32 +0100 | |
|---|---|---|
| committer | 2018-09-09 15:35:32 +0100 | |
| commit | 931c941f427b574578bc947c03c8b311268e31b1 (patch) | |
| tree | da3b0ec4a337a50d6b51683156a6951ddb530186 /modules | |
| parent | Utilise !serverset in more modules (diff) | |
| signature | ||
Fix spacing.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/bitly.py | 1 |
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={ |
