Skip to content

Commit

Permalink
update default ami
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Jun 4, 2024
1 parent 8b4e298 commit 555d261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/programs/co/denver_trash_rebate/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class DenverAmiCache(GoogleSheetsCache):
sheet_id = "1dahRu8UVdWBBU1jMiGiWehY4kOUkzcOmKRPJ-GfcfGo"
range_name = "current Denver Trash - 60% AMI!B2:I2"
default = []
default = [0, 0, 0, 0, 0, 0, 0, 0]

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

0 comments on commit 555d261

Please sign in to comment.