add urllib import

This commit is contained in:
jesopo 2020-03-08 23:56:00 +00:00
parent 843d9fb77f
commit 042688ce77

View file

@ -1,7 +1,7 @@
#--depends-on commands #--depends-on commands
#--depends-on config #--depends-on config
import re import re, urllib
from src import ModuleManager, utils from src import ModuleManager, utils
URL_BITLYSHORTEN = "https://api-ssl.bitly.com/v3/shorten" URL_BITLYSHORTEN = "https://api-ssl.bitly.com/v3/shorten"