From bab395afc714c04a52f01b43af7ef2be740b7050 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Wed, 28 Jul 2021 10:54:51 +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 3f2640c..463d699 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1690,7 +1690,7 @@ def kernel_27(): '-ss', '%d' % t1[0], '-t', - '%d' % t1[1] - t1[0], + '%d' % (t1[1] - t1[0]), '%s' % t4, ], stdout=subprocess.PIPE, stderr=subprocess.PIPE) as p: pprint.pprint(p.communicate())