diff --git a/parser.py b/parser.py index 36ca257..220c92e 100644 --- a/parser.py +++ b/parser.py @@ -92,8 +92,8 @@ class Parser: break month_name = str(month_cell.value).strip() pprint(month_cell) - all_nums_of_month = utils.parse_all_dirt(self.reader, month_pos.shift(down=1), right=1, down=weekday_merged.height()) - + all_nums_of_month = utils.parse_all_dirt(self.reader, month_pos.replace(row=weekday_merged.low.row), right=1, down=weekday_merged.height()) + pprint(f"all_nums_of_month={all_nums_of_month}") if (x not in self.week_keys_metadata.keys()): self.week_keys_metadata[x] = {}