Fix https links when available, everywhere

This commit is contained in:
Max 2017-10-06 02:54:37 +02:00 committed by Pierre-Olivier Mercier
commit e0d7ef1314
15 changed files with 19 additions and 19 deletions

View file

@ -14,7 +14,7 @@ from nemubot.module.more import Response
def search(terms):
return web.getJSON(
"http://api.urbandictionary.com/v0/define?term=%s"
"https://api.urbandictionary.com/v0/define?term=%s"
% quote(' '.join(terms)))