From 0cdd3d5b6c39199e0f462afd248a1f606307580f Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 8 Mar 2020 23:58:24 +0000 Subject: urllib was meant for yourls.py not shorturl.py --- modules/shorturl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/shorturl.py') diff --git a/modules/shorturl.py b/modules/shorturl.py index 91edf8c6..d1d9c881 100644 --- a/modules/shorturl.py +++ b/modules/shorturl.py @@ -1,7 +1,7 @@ #--depends-on commands #--depends-on config -import re, urllib +import re from src import ModuleManager, utils URL_BITLYSHORTEN = "https://api-ssl.bitly.com/v3/shorten" -- cgit v1.3.1-10-gc9f91