Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Nov 12, 2024
1 parent 74a4aea commit 4414b0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stream/grabber.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def reset_stream(self):
raise ValueError("No available HLS stream for this live video.")
self.best_video = streams["best"]

self.capture = cv2.VideoCapture(self.best_video.url)
self.capture = cv2.VideoCapture(self.best_video.url)
logger.debug(f"initialized video capture with backend={self.capture.getBackendName()}")
if not self.capture.isOpened():
Expand Down

0 comments on commit 4414b0c

Please sign in to comment.