liquipediapy
liquipediapy copied to clipboard
get_team_info() no longer works for counterstrike/dota teams.
The default usage of the method :
team_details = counterstrike_obj.get_team_info('Team Liquid',True)
throws out this error:
Traceback (most recent call last):
File "teams.py", line 5, in
Same thing seems to happen with DOTA 2 teams,
Error:
Traceback (most recent call last):
File "teams.py", line 5, in
This fixed in #12