Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def base_url(self):

def get_download_targets(self, _):
"""Sets the forecast hours to download."""
return range(0, 2)
return range(1, 2)

def build_output_dir(self, d_start, _):
"""Creates the output directory path."""
Expand Down
Loading