From fcacf4e7eb0ca1814354f93cae09893838b0b81e Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 25 Apr 2025 11:52:49 +0200 Subject: [PATCH] spaces --- ap/update-spreadsheet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)