diff --git a/OSRSBytes/Hiscores.py b/OSRSBytes/Hiscores.py index 2f0b2f4..a33f26d 100644 --- a/OSRSBytes/Hiscores.py +++ b/OSRSBytes/Hiscores.py @@ -342,7 +342,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()