Skip to content

Commit d51fe37

Browse files
authored
Merge pull request #959 from datanfr/comptes-rendus
Update download.php
2 parents c9d5fec + 362d374 commit d51fe37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/download.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function amendements(){
139139
}
140140

141141
public function comptes_rendus(){
142-
echo "downloading amendements starting \n";
142+
echo "downloading comptes rendus starting \n";
143143
$file = 'https://data.assemblee-nationale.fr/static/openData/repository/17/vp/syceronbrut/syseron.xml.zip';
144144
$newfile = __DIR__ . '/comptes_rendus_XVII.xml.zip';
145145

@@ -148,7 +148,7 @@ public function comptes_rendus(){
148148
} else {
149149
echo "failed to copy $newfile \n";
150150
}
151-
151+
152152
}
153153

154154
}

0 commit comments

Comments
 (0)