Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiShang committed Apr 8, 2018
1 parent 3bde7f2 commit da1c590
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 1 deletion.
Binary file added opendota2/.__init__.py.un~
Binary file not shown.
2 changes: 1 addition & 1 deletion opendota2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def get_player_rankings(account_id):

def get_pro_players():
"""Get list of pro players"""
base_url = urls.GET_PRO_PLAYER
base_url = urls.GET_PRO_PLAYERS
full_url = __build_url(base_url)
try:
data = request.urlopen(full_url).read()
Expand Down
Loading

0 comments on commit da1c590

Please sign in to comment.