Skip to content

Commit

Permalink
fix(cache): BACK-54 disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
borolepratik committed Apr 5, 2024
1 parent b1ecb4d commit fd14d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
config = dotenv_values(".env")
# FastF1 configuration
fastf1.set_log_level("WARNING")
fastf1.Cache.set_disabled()
# Ergast configuration
ergast = Ergast(result_type="raw", auto_cast=True)
# Cors Middleware
Expand Down

0 comments on commit fd14d58

Please sign in to comment.