diff --git a/OSRSBytes/Hiscores.py b/OSRSBytes/Hiscores.py index 36ff0e5..96e3375 100644 --- a/OSRSBytes/Hiscores.py +++ b/OSRSBytes/Hiscores.py @@ -182,6 +182,7 @@ def __parseSkills(self): subset['total'] = info self.__skills = [ + 'total', 'attack', 'defense', 'strength', @@ -353,7 +354,6 @@ def __parseData(self): # Prep data for parsing self.__parsed_data = self.data.split("\n") - self.__parsed_data.pop(0) # remove totals section self.__parseSkills()