fuzzy search not searching team #11

This commit is contained in:
Kevin Rode 2021-01-07 20:47:35 -05:00
parent cdf15ce46b
commit 00f918ea17

View File

@ -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"])