Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Jolpica API #83

Merged
merged 9 commits into from
Jan 9, 2025
4 changes: 2 additions & 2 deletions tap_f1/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
class F1Stream(RESTStream):
"""F1 stream class."""

url_base = "https://ergast.com/api/f1"
_limit = 1000
url_base = "https://api.jolpi.ca/ergast/f1"
_limit = 100

def __init__(self, *args, **kwargs) -> None:
"""Initialise the F1 stream."""
Expand Down
Loading