removed authorize stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user