Skip to content

Commit

Permalink
Fix #214
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3D3V committed Apr 29, 2024
1 parent 805bc4c commit 670f0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moodle_dl/moodle/mods/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async def real_fetch_mod_entries(
}
)
if course_id not in core_contents:
core_contents[course_id] = {}
core_contents[course_id] = []
core_contents[course_id].append(
{
'id': course_events_section_id,
Expand Down
2 changes: 1 addition & 1 deletion moodle_dl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.7'
__version__ = '2.3.8'

0 comments on commit 670f0ae

Please sign in to comment.