Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tadghh committed Dec 21, 2023
1 parent 761fa8d commit 014fbca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Weather Processing/weather_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ def validate_input(self, user_input, errors, year_range, can_month=False):
return False

def update_range_info(self):
"Updates the year range and along with the string."
"""Updates the year range.
Along with the string representing the upper
and lower bounds of the historic weather dataset."""
self.latest_dates = self.scraping_actor.update_range()

latest_dates_keys = list(self.latest_dates.keys())
Expand Down

0 comments on commit 014fbca

Please sign in to comment.