Commit d04ef93f7e1ad2698059af44718075ceed2b88f3
1 parent
41bea6b4
davical: Support de l'année
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
config.sh.example
davical.sh
@@ -7,7 +7,7 @@ source $DIR/config.sh | @@ -7,7 +7,7 @@ source $DIR/config.sh | ||
7 | COOKIES=$(mktemp) | 7 | COOKIES=$(mktemp) |
8 | FILE=$(mktemp) | 8 | FILE=$(mktemp) |
9 | 9 | ||
10 | -$DIR/parse.py $EDT -o $FILE | 10 | +$DIR/parse.py $ANNEE $EDT -o $FILE |
11 | 11 | ||
12 | curl --data "username=$USERNAME&password=$PASSWORD" \ | 12 | curl --data "username=$USERNAME&password=$PASSWORD" \ |
13 | --cookie-jar $COOKIES \ | 13 | --cookie-jar $COOKIES \ |