Skip to content

Commit

Permalink
enable postseason loader
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hoffman <[email protected]>
  • Loading branch information
Fustrate committed Oct 8, 2023
1 parent d705351 commit 6b1c947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ def cli(*command, **kwargs)
cli :game_threads, :load_sunday
end

# every '30 4 * 9,10,11 *' do
# cli :game_threads, :load_postseason
# end
every '30 4 * 9,10,11 *' do
cli :game_threads, :load_postseason
end

0 comments on commit 6b1c947

Please sign in to comment.