SPB Git forge

spb/auto-ka

Public
61commits 1branches 0releases
14.4 MBsize
maindefault branch
12 days agolast push
Python 61.6% TypeScript 20.9% CSS 11.4% JavaScript 5.1% HTML 1.1%

fix(ka-id v2): import Request manquant dans autoka/web.py (422 sur /api/vehicles)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Simon-Pierre Boucher committed 1 mo ago (Aug 26, 2026) parent 903cec5

1 changed file +1 −1

modified autoka/web.py +1 −1
@@ -11,7 +11,7 @@ import threading
11 11 import time
12 12 from pathlib import Path
13 13
14 −from fastapi import BackgroundTasks, Body, FastAPI, HTTPException, Query
14 +from fastapi import BackgroundTasks, Body, FastAPI, HTTPException, Query, Request
15 15 from fastapi.middleware.cors import CORSMiddleware
16 16 from fastapi.middleware.gzip import GZipMiddleware
17 17 from fastapi.responses import FileResponse, RedirectResponse
18 18