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

Commit

Permalink
chore: DO NOT MERGE generate historical data package for ritx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza Kazmi authored and Hamza Kazmi committed Feb 22, 2024
1 parent 12386fe commit 15ab9de
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 15ab9de

Please sign in to comment.