diff --git a/tap_f1/client.py b/tap_f1/client.py index 4cb7fce..82fd427 100644 --- a/tap_f1/client.py +++ b/tap_f1/client.py @@ -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."""