diff --git a/app/utils/construction_monitor.py b/app/utils/construction_monitor.py index 3a2aaf5..36fd12e 100644 --- a/app/utils/construction_monitor.py +++ b/app/utils/construction_monitor.py @@ -71,7 +71,7 @@ class ConstructionMonitorUtils: return compatible_map - def get_due_data(self, input_data: List[List[Dict]], start: int = 0, end: int = 1, current_date: datetime = None) -> Dict[str, List[Dict]]: + def get_due_data(self, input_data: List[List[Dict]], start: int = 0, end: int = 0, current_date: datetime = None) -> Dict[str, List[Dict]]: result = {"winter": [], "data": [], "error_data": []} if not input_data: return result