Commit d04ef93f7e1ad2698059af44718075ceed2b88f3

Authored by Geoffrey PREUD'HOMME
1 parent 41bea6b4

davical: Support de l'année

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
  1 +ANNEE=3
1 EDT=groupe12 2 EDT=groupe12
2 CID=1234 3 CID=1234
3 BASELINK='https://davserver.tld/' 4 BASELINK='https://davserver.tld/'
@@ -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 \