meraki-analytics / cassiopeia

An all-inclusive Python framework for the Riot Games League of Legends API. Cass focuses on making the data easy and fun to work with, while providing all the tools necessary to create a website or do data analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MatchData missing renamed mapping for gameDuration -> duration

PeteyPii opened this issue · comments

Calling to_dict() on a Match object results in a dictionary with a redundant key-value pair for game duration.

What is the key for the redundant value? One of the keys should be gameDuration or something similar, what's the other key?

I believe it is simply "duration"