@ -225,7 +225,7 @@ async def upload_pictures(
)
# feed the pictures to util/import_photos.py
return JSONResponse("Accepted", background=tasks)
return JSONResponse("Accepted", status_code=202, background=tasks)
def unpack_pictures_zip(file: UploadFile, time):