Showing 1 changed files with 1 additions and 0 deletions
+1
analyse-votes-AN
... ...
@@ -221,6 +221,7 @@ EOcontent
221 221
     progress=0
222 222
     begin=$(date +%s)
223 223
     line=1
224
+    test -z "$seq" && qty=$(( $last - $first ))
224 225
     for scrutin in $(eval ${seq:-seq $first $last}); do
225 226
 
226 227
         data=$(sqlite3 "$in_ram_database" <<< "select date,intitulé,adoption,url.url from scrutins inner join url on scrutins.url = url.id where num is $scrutin")