diff options
| author | 2020-03-08 23:58:24 +0000 | |
|---|---|---|
| committer | 2020-03-08 23:58:24 +0000 | |
| commit | 0cdd3d5b6c39199e0f462afd248a1f606307580f (patch) | |
| tree | 9e27f3895a747e01fa0c7d9920de57c1bd7bab06 /modules/shorturl.py | |
| parent | add urllib import (diff) | |
urllib was meant for yourls.py not shorturl.py
Diffstat (limited to 'modules/shorturl.py')
| -rw-r--r-- | modules/shorturl.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
