diff --git a/wikidata_200.php b/wikidata_200.php
index 4f5f1c4d59304a02c115d9c3e41391050583f3cd..835570f552bb0995fc3a24cdd0ea1f45d8c094b1 100644
--- a/wikidata_200.php
+++ b/wikidata_200.php
@@ -27,6 +27,7 @@ $rgIds = [
     'Q15104',       // Région Provence-Alpes-Côte d'Azur
 ];
 foreach ($rgIds as $rgId) {
+    echo "------------------------------- $rgId --------------------------- ";
     run($rgId);
 }
 
@@ -41,7 +42,6 @@ function run($rgId) {
     //}
 
     /////////////////////////// Region
-    $rgId = 'Q18678265'; // 34 - Hérault
     $url = "https://www.wikidata.org/wiki/Special:EntityData/$rgId.json";
     $fileName = basename($url);
     $rgCacheDirectory = "$cacheDirectory/regions" ;