Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiShang committed Apr 12, 2018
1 parent 844c464 commit 6e7dd90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
'''Test the api'''
import opendota2 as op

match_data = op.get_match(3826321576)
game_mode = match_data['game_mode']
# get top matchesS
# get top 100 team matches
matches_df = op.get_top_team_matches_dataframe(100)
print(top_matches)

0 comments on commit 6e7dd90

Please sign in to comment.