Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pascal MOLIN
ical-ufr
Commits
ded33e0e
Commit
ded33e0e
authored
Sep 19, 2021
by
Frederic HAN
Browse files
fix missing data in args
parent
83cc1c7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
get_ical.py
View file @
ded33e0e
...
...
@@ -428,14 +428,14 @@ def annee2020_2021(outdir='data', dryrun=False, verbose=False):
"""
charge annee 2020-21
"""
get_calendars
(
'formations.json'
,
dryrun
=
dryrun
,
verbose
=
verbose
,
start
=
"2020-08-31"
,
end
=
"2021-07-14"
,
year
=
15
)
get_calendars
(
'formations.json'
,
outdir
=
outdir
,
dryrun
=
dryrun
,
verbose
=
verbose
,
start
=
"2020-08-31"
,
end
=
"2021-07-14"
,
year
=
15
)
def
annee2019_2020
(
outdir
=
'data'
,
dryrun
=
False
,
verbose
=
False
):
"""
charge annee 2019-20
"""
get_calendars
(
'formations.json'
,
dryrun
=
dryrun
,
verbose
=
verbose
,
start
=
"2019-08-31"
,
end
=
"2020-07-14"
,
year
=
6
)
get_calendars
(
'formations.json'
,
outdir
=
outdir
,
dryrun
=
dryrun
,
verbose
=
verbose
,
start
=
"2019-08-31"
,
end
=
"2020-07-14"
,
year
=
6
)
def
calendar_list
(
fname
=
'formations.json'
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment