lemeryfertitta / BoardLib

Utilities for interacting with climbing board APIs
MIT License
54 stars 10 forks source link

Adding lowerbound v0 font grades #1

Closed akirosingh closed 10 months ago

akirosingh commented 10 months ago

Not sure if I should be embarrassed about this but I've done some V0/4A from the tension board app and I just included that to the GRADES dictionary to prevent KeyError's when downloading the logbook.

akirosingh commented 10 months ago

Another issue I tried to fix is an encoding error when kilterboard problems have emojis in the name. I tried changing the encoding to utf-8, but not sure the implementation is correct.