diff --git a/src/overhaul_gantt/service.py b/src/overhaul_gantt/service.py index a69c3df..b9ac9e0 100644 --- a/src/overhaul_gantt/service.py +++ b/src/overhaul_gantt/service.py @@ -53,7 +53,7 @@ from .utils import fetch_all_sections, get_google_creds, get_spreatsheed_service async def get_gantt_performance_chart(*, spreadsheet_id = "1gZXuwA97zU1v4QBv56wKeiqadc6skHUucGKYG8qVFRk"): creds = get_google_creds() - RANGE_NAME = "'SUMMARY'!I28:AZ32" # Or just "2024 schedule" + RANGE_NAME = "'SUMMARY'!K34:AZ38" # Or just "2024 schedule" GANTT_DATA_NAME = "ACTUAL PROGRESS" try: