diff options
| author | 2020-03-08 23:56:00 +0000 | |
|---|---|---|
| committer | 2020-03-08 23:56:00 +0000 | |
| commit | 042688ce77f1ad8b34b53a87f23e17923aaafc4d (patch) | |
| tree | 48aebd47ce59f1a88659bf98eef43f3baf99d424 /modules | |
| parent | add (as yet untested) Your Own URL Shortener support in yourls.py (diff) | |
| signature | ||
add urllib import
Diffstat (limited to 'modules')
| -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 d1d9c881..91edf8c6 100644 --- a/modules/shorturl.py +++ b/modules/shorturl.py @@ -1,7 +1,7 @@ #--depends-on commands #--depends-on config -import re +import re, urllib from src import ModuleManager, utils URL_BITLYSHORTEN = "https://api-ssl.bitly.com/v3/shorten" |
