mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-09 15:02:28 -04:00
more populate_defaults maybe
This commit is contained in:
parent
ada404712c
commit
c55b7651e3
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ class Site(doublethink.Document, ElapsedMixIn):
|
|||
self.scope = {}
|
||||
if "video_capture" not in self:
|
||||
self.video_capture = VideoCaptureOptions.ENABLE_VIDEO_CAPTURE.value
|
||||
if "account_id" not in self:
|
||||
self.account_id = None
|
||||
|
||||
# backward compatibility
|
||||
if "surt" in self.scope:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue