mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-05 04:54:12 -04:00
dataclass VideoCaptureRecord instead
This commit is contained in:
parent
43151027f3
commit
2fc30b029c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ VIDEO_DATA_SOURCE = os.getenv("VIDEO_DATA_SOURCE")
|
|||
logger = structlog.get_logger(logger_name=__name__)
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class VideoDataRecord:
|
||||
class VideoCaptureRecord:
|
||||
crawl_job_id: int
|
||||
is_test_crawl: bool
|
||||
seed_id: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue