FIX: repeated monthnums in all 2weeks
This commit is contained in:
@@ -92,8 +92,8 @@ class Parser:
|
|||||||
break
|
break
|
||||||
month_name = str(month_cell.value).strip()
|
month_name = str(month_cell.value).strip()
|
||||||
pprint(month_cell)
|
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()):
|
if (x not in self.week_keys_metadata.keys()):
|
||||||
self.week_keys_metadata[x] = {}
|
self.week_keys_metadata[x] = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user