From 62b4d53b7767c81166c3c15ad80148b9e1edff24 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Fri, 23 Jul 2021 10:14:59 +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 6a07e84..63e7d7b 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1072,7 +1072,7 @@ def kernel_15( f = matplotlib.pyplot.figure() matplotlib.pyplot.title( 'name %s, score %s, frame_id %d' % ( - t8.name, + t8['name'], t8.confidence, t8.frame_id, )