Skip to content

Commit

Permalink
Fixed cloud layer var name
Browse files Browse the repository at this point in the history
  • Loading branch information
CSutter5 committed Dec 18, 2023
1 parent ff03069 commit e9cf8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NWS_Weather/observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ def __str__(self):
Wind Chill: {self.wind_chill} C
Heat Index: {self.heat_index} C
{self.cloudLayers}"""
{self.cloud_layers}"""

0 comments on commit e9cf8df

Please sign in to comment.