grenoble-metropole-2019: update model page url (#51783)

This commit is contained in:
Serghei Mihai 2021-03-08 14:19:50 +01:00
parent 4ea4625989
commit 271f5a5e90
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ FILENAME = 'tmp.html'
if os.path.exists(FILENAME):
os.unlink(FILENAME)
URL = 'https://www.lametro.fr/501-plateforme-de-services.htm'
URL = 'https://www.grenoblealpesmetropole.fr/501-plateforme-de-services.htm'
subprocess.call(['wget', '--quiet', '-O', FILENAME, '--convert-links', URL])
content = open(FILENAME).read().strip()
if len(content) < 500: