From e38ce021fd0424d0ea277ba8c655f13afc432b81 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Thu, 22 Jul 2021 10:57:21 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index 09814d7..323e3b9 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1034,7 +1034,7 @@ def kernel_15( t9 = cv2.VideoCapture(t6) t9.set(cv2.CAP_PROP_POS_FRAMES, t7) - t10 = cv2.read() + t10 = t9.read() cv2.release() t11 = t10[1] t12 = cv2.cvtColor(t11, cv2.COLOR_BGR2RGB)