self._video_data = None sometimes

This commit is contained in:
Barbara Miller 2025-08-27 13:37:05 -07:00
parent 7c93eb7a8d
commit cdf5db4f47

View file

@ -96,6 +96,8 @@ class BrozzlerWorker:
from brozzler.video_data import VideoDataClient
self._video_data = VideoDataClient()
else:
self._video_data = None
self._warcprox_auto = warcprox_auto
self._proxy = proxy