Cizz22 3 months ago
parent 74b084b417
commit c2f8fb9f22

@ -76,7 +76,6 @@ def fetch_all_sections(service, spreadsheet_id, sheet_name):
data = []
current_section = None
current_subsystem = None
header = None
for i, row in enumerate(values):
@ -113,7 +112,7 @@ def fetch_all_sections(service, spreadsheet_id, sheet_name):
gap = row[9]
data.append({
"section": current_section,
"system": current_section,
"subsystem": current_subsystem,
"task": task,
"PIC": pic,

Loading…
Cancel
Save