Skip to content

Commit eb0cf1e

Browse files
committed
fix frequency for vouvis
1 parent eafdcf9 commit eb0cf1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bots/implementations/vouvis_metadata_databot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class VouvisDatabot(AbstractDatabot):
2222
API_ENDPOINT = "http://vouvis-api/v1/transcribe-full"
2323

2424
def selectRecords(self) -> dict:
25-
return self.DATABASE.fetch_records(self.DB_ID)
25+
return self.DATABASE.fetch_records(self.DB_ID, 2)
2626

2727
def compute(self, image_local_path: str, record: dict) -> Score:
2828
pass

0 commit comments

Comments
 (0)