Skip to content

Commit

Permalink
update sheet name
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-jones committed Dec 8, 2023
1 parent 3a3f6be commit 15017ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portality/scripts/githubpri/gdrive_sheet_serv.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _create_worksheet(name):
rows=n_row + 5, cols=n_col + 5,
)

worksheet_name = f'priority list -- {datetime.datetime.now().strftime(dates.FMT_DATE_STD)}'
worksheet_name = f'Individual Priorities {datetime.datetime.now().strftime(dates.FMT_DATE_STD)}'
try:
worksheet = _create_worksheet(worksheet_name)
except gspread.exceptions.APIError as e:
Expand Down

0 comments on commit 15017ef

Please sign in to comment.