Skip to content

Commit

Permalink
We no longer need to remove total section from hiscore data as we are…
Browse files Browse the repository at this point in the history
… processing it as a skill
  • Loading branch information
Jack Brown committed Nov 11, 2023
1 parent 9b13e58 commit 9ded3a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OSRSBytes/Hiscores.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 9ded3a6

Please sign in to comment.