From 15ab9de5e24c70195834d08b6894b6ea44f1aebf Mon Sep 17 00:00:00 2001 From: Hamza Kazmi Date: Fri, 23 Feb 2024 03:47:47 +0500 Subject: [PATCH] chore: DO NOT MERGE generate historical data package for ritx. --- exporter/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/main.py b/exporter/main.py index 427bcfb..fb19409 100755 --- a/exporter/main.py +++ b/exporter/main.py @@ -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: