Skip to content

Commit

Permalink
MNT: switch default Ergast backend to Jolpica
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Jan 11, 2025
1 parent 12b3d9c commit 14c0b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastf1/ergast/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from fastf1.req import Cache


BASE_URL = 'https://ergast.com/api/f1'
BASE_URL = 'https://api.jolpi.ca/ergast/f1'
TIMEOUT = 5.0
HEADERS = {'User-Agent': f'FastF1/{__version_short__}'}

Expand Down

0 comments on commit 14c0b58

Please sign in to comment.