diff --git a/the_prestige.py b/the_prestige.py index 17da3af..b90e7ce 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -1293,6 +1293,6 @@ def get_team_fuzzy_search(team_name): teams = games.search_team(team_name.lower()) if len(teams) == 1: team = teams[0] - return + return team client.run(config()["token"])