From a3dce5920872065d5f7cf47e47d3b4ae7430e57a Mon Sep 17 00:00:00 2001
From: Siarhei Siniak <siarheisiniak@yahoo.com>
Date: Tue, 27 Jul 2021 22:58:29 +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 9cb19cf..3137c9a 100644
--- a/python/tasks/mlb_player.py
+++ b/python/tasks/mlb_player.py
@@ -1627,7 +1627,7 @@ def kernel_23(o_18, o_22, ids=None):
     t1 = numpy.arange(len(o_22['t4']))
     t2 = t1[ids]
 
-    pprint.pprint(ids[:5])
+    pprint.pprint(t2[:5])
     t7 = []
     for o in tqdm.tqdm(t2):
         t3 = o_22['t4'][o]