correction requête

This commit is contained in:
SebF 2021-10-09 11:55:00 +02:00
parent e84075e017
commit 3a786f0f68
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ champ_local = {"shop": {"export_json": "Non", "FR": ""}}
reqs.append(
requete(
"vendeurs_velo",
r'nwr["shop"="bicycle"](area:aire_de_recherche); + nwr["service:bicycle:retail"="yes"](area:aire_de_recherche)',
r'nwr["shop"="bicycle"](area:aire_de_recherche); nwr["service:bicycle:retail"="yes"](area:aire_de_recherche);',
dict(champ_local, **champs_poi, **champs_adresse),
)
)