Skip to content

Commit

Permalink
Fix single scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 11, 2024
1 parent 4ff35fa commit ebc878e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odds/backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def scan_specific(self, catalogId: str = None, datasetId: str = None) -> None:
args = []
if datasetId:
datasetFilter = DatasetFilterById
args.append(datasetId)
else:
datasetFilter = DatasetFilter
asyncio.run(self.scan(catalogFilter, datasetFilter, args))

0 comments on commit ebc878e

Please sign in to comment.