From b7853200daad448dce3009a11ccd9135d0813ebb Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Mon, 4 Jan 2021 22:25:13 -0500 Subject: [PATCH] more debug --- the_prestige.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/the_prestige.py b/the_prestige.py index ab2fac0..1070699 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -137,11 +137,11 @@ class StartGameCommand(Command): try: team_name1 = command.split("\n")[1].strip() team1 = get_team_fuzzy_search(team_name1) - print(team1) + print(team_name1) team_name2 = command.split("\n")[2].strip() team2 = get_team_fuzzy_search(team_name2) - print(team2) + print(team_name2) innings = int(command.split("\n")[3]) except IndexError: