Skip to content

Commit 72476e9

Browse files
authored
Merge pull request #965 from datanfr/comptes-rendus
Clean daily
2 parents fe07d4f + 6b190c0 commit 72476e9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

scripts/daily.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -3834,11 +3834,11 @@ public function debatsInfos(){
38343834
$xml_string = $zip->getFromName($filename);
38353835

38363836
if ($xml_string != false) {
3837-
echo "Filename:" . $filename . " \n";
3837+
//echo "Filename:" . $filename . " \n";
38383838
$xml = simplexml_load_string($xml_string);
38393839

38403840
if ($xml->metadonnees->etat == 'complet') {
3841-
echo "parsing";
3841+
// HERE
38423842
}
38433843

38443844
}
@@ -4113,7 +4113,6 @@ public function opendata_historyGroupes()
41134113
$script = new Script();
41144114
}
41154115

4116-
/*
41174116
$script->fillDeputes();
41184117
$script->addBsky();
41194118
$script->deputeAll();
@@ -4159,9 +4158,7 @@ public function opendata_historyGroupes()
41594158
$script->deputeAccordCleaned();
41604159
$script->historyMpsAverage();
41614160
$script->historyPerMpsAverage();
4162-
*/
41634161
$script->debatsInfos();
4164-
/*
41654162
//$script->parrainages(); // No longer used
41664163
$script->opendata_activeMPs();
41674164
$script->opendata_activeGroupes();

0 commit comments

Comments
 (0)