more populate_defaults maybe

This commit is contained in:
Barbara Miller 2025-07-21 15:53:36 -07:00
parent ada404712c
commit c55b7651e3

View file

@ -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: