urbandictionary: use https (#357)
This commit is contained in:
parent
4e37f7cb35
commit
765689f9dc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
from src import ModuleManager, utils
|
from src import ModuleManager, utils
|
||||||
|
|
||||||
URL_URBANDICTIONARY = "http://api.urbandictionary.com/v0/define"
|
URL_URBANDICTIONARY = "https://api.urbandictionary.com/v0/define"
|
||||||
|
|
||||||
class Module(ModuleManager.BaseModule):
|
class Module(ModuleManager.BaseModule):
|
||||||
_name = "UrbanDictionary"
|
_name = "UrbanDictionary"
|
||||||
|
|
Loading…
Reference in a new issue