mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-26 11:11:03 -04:00
self._video_data = None sometimes
This commit is contained in:
parent
7c93eb7a8d
commit
cdf5db4f47
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue