Skip to content

Commit

Permalink
Merge pull request #21 from video-db/fix/vision-interface
Browse files Browse the repository at this point in the history
fix: remove force
  • Loading branch information
ashish-spext authored Jun 27, 2024
2 parents b93e11c + a94693a commit 123aef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions videodb/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ def index_scenes(
model_config: Optional[Dict] = None,
name: Optional[str] = None,
scenes: Optional[List[Scene]] = None,
force: Optional[bool] = False,
callback_url: Optional[str] = None,
) -> Optional[str]:
scenes_data = self._connection.post(
Expand All @@ -273,7 +272,6 @@ def index_scenes(
"model_name": model_name,
"model_config": model_config,
"name": name,
"force": force,
"scenes": [scene.to_json() for scene in scenes] if scenes else None,
"callback_url": callback_url,
},
Expand Down

0 comments on commit 123aef8

Please sign in to comment.