Refactor select_sheet function to automatically generate sheet names based on the current month and year

This commit is contained in:
2025-10-29 21:46:26 +01:00
parent 3f1fd7e942
commit f5abf68bb6
3 changed files with 8 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ from processing import process_all_rows
def main():
gsheet_api = GSheetAPI()
sheet_name = select_sheet(gsheet_api)
sheet_name = select_sheet()
if not sheet_name:
return