diff --git a/ap/update-spreadsheet.py b/ap/update-spreadsheet.py index 7be244c..daadec8 100644 --- a/ap/update-spreadsheet.py +++ b/ap/update-spreadsheet.py @@ -170,6 +170,7 @@ if args.setup: summary.update_cell(1, index+1, wht) if index < len(what_to_insert_in_summary)-2: wht_col_name = num_to_col_letters(index+1) + time.sleep(1) summary.format(f'{wht_col_name}1', backgroundColorTitle) for wht in what_to_find: @@ -190,6 +191,7 @@ if args.setup: for index, wht in enumerate(formulas_in_summary): if wht not in formula_names_summary: + time.sleep(1) summary.update_cell(2, index+1, wht) exit()