From 3fe1287bfcea51188e6651e06987918935d86bf3 Mon Sep 17 00:00:00 2001
From: Siarhei Siniak <siarheisiniak@yahoo.com>
Date: Tue, 27 Jul 2021 08:02:53 +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 fb4a8d2..6b06d81 100644
--- a/python/tasks/mlb_player.py
+++ b/python/tasks/mlb_player.py
@@ -1320,7 +1320,7 @@ def kernel_19(o_18):
         t4 = 'image-%03d.jpg' % i
         t5 = os.path.join(t3, t4)
         cv2.imwrite(t5, o)
-        t6.append(t4)
+        t6.append(t5)
 
     t7 = os.path.join(t3, 'output.gif')