Skip to content

Commit

Permalink
Default playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciguymjm committed Oct 26, 2018
1 parent 3a8c017 commit 34016ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def create_from_id(cls, id_: str, raw=False, rank=None, replay_ids=None, playlis
)

@staticmethod
def create_all_stats_from_id(id_: str, rank: int = None, replay_ids: List[str] = None, playlist: int = None,
def create_all_stats_from_id(id_: str, rank: int = None, replay_ids: List[str] = None, playlist: int = 13,
win: bool = None) -> PlayerDataPoint:
session = current_app.config['db']()
game_count = player_wrapper.get_total_games(session, id_)
Expand Down

0 comments on commit 34016ed

Please sign in to comment.