FIX: repeated monthnums in all 2weeks

This commit is contained in:
2025-10-21 07:31:33 +03:00
parent 7d652485bd
commit 7ffb53a8ad

View File

@@ -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] = {}