Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

chore: DO NOT MERGE generate historical data package for ritx. #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exporter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def get_all_courses(**kwargs):
# Extract the time constraint option and calculate the end date that
# should be used to limit the list of returned course IDs.
# Please note that the default time constraint is 3 years
constraint = str(kwargs.get('time_constraint', '3'))
constraint = str(kwargs.get('time_constraint', '8'))
try:
constraint = int(constraint)
except ValueError as e:
Expand Down
Loading