Skip to content

Commit

Permalink
[Fix] set today as warm cache day.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine TAVANT committed Jul 26, 2024
1 parent 4596ec0 commit e369d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/energy_forecast/meteo.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,4 @@ def warm_cache(logger, date=None, max_counter=30, sleep_duration=600):

if __name__ == "__main__":
logger.info("Fetching data for today")
warm_cache(logger, date="2025-01-01")
warm_cache(logger)

0 comments on commit e369d14

Please sign in to comment.