Skip to content

Commit

Permalink
Merge pull request #657 from Gary-Community-Ventures/update/leap_sheet
Browse files Browse the repository at this point in the history
LEAP Spreadsheet
  • Loading branch information
CalebPena authored Dec 6, 2024
2 parents b25a955 + a0376ca commit b8b302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/programs/co/energy_assistance/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LeapValueCache(GoogleSheetsCache):
expire_time = 60 * 60 * 24
default = []
sheet_id = "1W8WbJsb5Mgb4CUkte2SCuDnqigqkmaO3LC0KSfhEdGg"
range_name = "'FFY 2024'!A2:G65"
range_name = "'FFY 2025'!A2:G65"

def update(self):
data = super().update()
Expand Down

0 comments on commit b8b302f

Please sign in to comment.