Skip to content

Commit

Permalink
another tiny ruff format pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gretchenleighmiller committed Sep 13, 2024
1 parent 66263f0 commit 8275f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brozzler/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,13 @@ def finish(self):
self.status = "FINISHED"
self.starts_and_stops[-1]["stop"] = doublethink.utcnow()


class VideoCaptureOptions(Enum):
ENABLE_VIDEO_CAPTURE = "ENABLE_VIDEO_CAPTURE"
LIMIT_VIDEO_CAPTURE = "LIMIT_VIDEO_CAPTURE"
DISABLE_YTDLP_CAPTURE = "DISABLE_YTDLP_CAPTURE"


class Site(doublethink.Document, ElapsedMixIn):
logger = logging.getLogger(__module__ + "." + __qualname__)
table = "sites"
Expand Down

0 comments on commit 8275f3e

Please sign in to comment.