1
0
Fork 0

syno: Fix new service URL
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2023-05-08 19:07:12 +02:00
parent a8472ecc29
commit 45a27b477d
1 changed files with 1 additions and 1 deletions

View File

@ -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()