Skip to content

Commit

Permalink
Add support for the 2024 BMW i5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Chapman committed Oct 31, 2023
1 parent 7751445 commit 3236497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/libs/common_query_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CommonInventoryQueryParams:
"^etrongt$", # Audi e-tron GT
"^q4$", # Audi Q4 e-tron
"^i4$", # BMW i4
"^i5$", # BMW i4
"^i7$", # BMW i7
"^9$", # BMW ix
]
Expand Down
2 changes: 1 addition & 1 deletion src/routers/bmw.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from fastapi import APIRouter, Depends, Request

from src.libs.common_query_params import CommonInventoryQueryParams
from src.libs.responses import error_response, send_response
from src.libs.http import AsyncHTTPClient
from src.libs.responses import error_response, send_response

router = APIRouter(prefix="/api")
verify_ssl = True
Expand Down

0 comments on commit 3236497

Please sign in to comment.