diff --git a/ap/update-spreadsheet.py b/ap/update-spreadsheet.py index daadec8..0f23614 100644 --- a/ap/update-spreadsheet.py +++ b/ap/update-spreadsheet.py @@ -130,7 +130,7 @@ if row_run == None and args.setup: worksheet.update_cell(args.row, row_run, possible_row_run_names[0]) worksheet.format(f'{row_run_name}{args.row}', backgroundColorTitle) - N_RUNS_INITIAL=5000 + N_RUNS_INITIAL = 50000 r_ins = [ [i] for i in range(1,1+N_RUNS_INITIAL+1)] worksheet.update(f'{row_run_name}{args.row+1}:{row_run_name}{args.row+1+N_RUNS_INITIAL}', r_ins)