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
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def load(context):
|
|||
# MODULE CORE #########################################################
|
||||
|
||||
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)
|
||||
|
||||
best = list(); synos = list(); anton = list()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue