OSRSBytes is an all-in-one Python library for Old School Runescape (OSRS) that features Item Information Lookup, OSRS Hiscores, and Grand Exchange Market information.
This Indentation issue appears to be causing the inability to use the update function on the Items class. There was also a small typo in the items invocation example.
There was a mix of spaces and tabs. The main file seems to use tabs exclusively so I have removed all the spaces.
While the majority of the file does, in fact, use tabs: pep standard actually prefers and leans towards spaces. This is a planned fix in the 1.3.1 version.
Changes made to the package should be pushed to dev, not to master.
This Indentation issue appears to be causing the inability to use the update function on the Items class. There was also a small typo in the items invocation example.
There was a mix of spaces and tabs. The main file seems to use tabs exclusively so I have removed all the spaces.