|
|
|
|
@ -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,
|
|
|
|
|
|