syno: Fix new service URL
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a8472ecc29
commit
45a27b477d
@ -29,7 +29,7 @@ def load(context):
|
|||||||
# MODULE CORE #########################################################
|
# MODULE CORE #########################################################
|
||||||
|
|
||||||
def get_french_synos(word):
|
def get_french_synos(word):
|
||||||
url = "http://www.crisco.unicaen.fr/des/synonymes/" + quote(word)
|
url = "https://crisco.unicaen.fr/des/synonymes/" + quote(word)
|
||||||
page = web.getURLContent(url)
|
page = web.getURLContent(url)
|
||||||
|
|
||||||
best = list(); synos = list(); anton = list()
|
best = list(); synos = list(); anton = list()
|
||||||
|
Loading…
Reference in New Issue
Block a user