diff --git a/Friday.py b/Friday.py index 218fdcc..2d564c6 100644 --- a/Friday.py +++ b/Friday.py @@ -243,7 +243,7 @@ def cam(): cv2.namedWindow("Face cam") while True: - ret, frame = video_capture.read() + _ret, frame = video_capture.read() cv2.imshow("Face cam", frame) # This breaks on 'q' key