Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
IshavSohal committed Dec 18, 2023
1 parent 0d57721 commit efcb8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/models/energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def from_energy_entry(energy_entry: EnergyEntry) -> EnergyEntryRecommendation:
heating_oil_recommendation = random.choice(recommendations)

if natural_gas_carbon_emissions > submetric_threshold:
recommendation1 = "Consider replacing natural gas heating systems with electic alternatives"
recommendation1 = "Consider replacing natural gas heating systems with electric alternatives"
recommendation2 = "Consider investing in ENERGY STAR certified products"
recommendation3 = "Consider improving your home insulation, if applicable"
recommendations = [recommendation1, recommendation2, recommendation3]
Expand Down

0 comments on commit efcb8e7

Please sign in to comment.