economy_resources #1

Merged
fazziclay merged 14 commits from economy_resources into main 2026-03-28 22:22:55 +03:00
Showing only changes of commit 7ffb53a8ad - Show all commits

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