removed authorize stuff

This commit is contained in:
2026-01-18 19:04:21 -05:00
parent 3864937906
commit 2257c084d3
10 changed files with 187 additions and 372 deletions

View File

@@ -1,5 +1,5 @@
from decimal import Decimal
from database import session
from database import Session
@@ -23,4 +23,4 @@ def calc_home_factor(gallons_put_in_home, current_house_factor):
customer_home_factor = Decimal(current_house_factor)
if customer_home_factor <= 0:
customer_home_factor = Decimal(.25)
return customer_home_factor
return customer_home_factor