From 2f13925affa8487ff3ec720fbdb9d7d4048ce2ac Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Tue, 25 Nov 2025 12:52:22 +0700 Subject: [PATCH] fix --- src/overhaul_gantt/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overhaul_gantt/utils.py b/src/overhaul_gantt/utils.py index e166131..ae8367b 100644 --- a/src/overhaul_gantt/utils.py +++ b/src/overhaul_gantt/utils.py @@ -136,7 +136,7 @@ def fetch_all_sections(service, spreadsheet_id, sheet_name): gap = colM.strip() data.append({ - "section": current_section, + "system": current_section, "subsystem": current_subsystem, "task": task, "PIC": pic,