1.
This commit is contained in:
@@ -71,7 +71,7 @@ class ConstructionMonitorUtils:
|
|||||||
|
|
||||||
return compatible_map
|
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": []}
|
result = {"winter": [], "data": [], "error_data": []}
|
||||||
if not input_data:
|
if not input_data:
|
||||||
return result
|
return result
|
||||||
|
|||||||
Reference in New Issue
Block a user