This commit is contained in:
2025-04-25 11:52:49 +02:00
parent 2ec0efd18f
commit fcacf4e7eb

View File

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